add travis

This commit is contained in:
jem 2019-09-04 18:45:29 +02:00
parent 9ac1ef340a
commit 645794c5c4

8
.travis.yml Normal file
View 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