Add travis config

This commit is contained in:
Virgil Dupras
2017-01-18 11:15:03 -05:00
parent f7f1ba4583
commit 08e9154366

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis
script: tox