Add Travis CI configuration

This commit is contained in:
Joakim Soderlund 2017-01-28 21:10:57 +01:00
parent d8bb2035e4
commit f25b0ed50d

7
.travis.yml Normal file
View file

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