mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
[enh] test adding a .travis-yaml with package_linter
This commit is contained in:
parent
785afd9ac3
commit
ba31794ffc
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
language: python
|
||||||
|
install: ""
|
||||||
|
python:
|
||||||
|
- "3.5"
|
||||||
|
script:
|
||||||
|
- git clone https://github.com/YunoHost/package_linter
|
||||||
|
- python package_linter/package_linter.py .
|
Loading…
Add table
Reference in a new issue