add travis
This commit is contained in:
parent
9ac1ef340a
commit
645794c5c4
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.7"
|
||||
before_script: sudo apt-get install pychecker
|
||||
install: pip install pybuilder
|
||||
script: pyb clean install_dependencies publish
|
Loading…
Reference in a new issue