add travis testing

This commit is contained in:
Robert Lechte 2017-03-21 16:50:33 +11:00
parent cb3d2c90d1
commit 4ba2837b57

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
python:
- "2.7"
- "3.6"
# command to install dependencies
install: make pipupgrade
# command to run tests
script: make tox