Merge pull request #65 from DanLipsitt/travis

Config for Travis CI.
This commit is contained in:
Andrew Godwin 2016-02-05 15:54:04 -08:00
commit 95f464dd4d

7
.travis.yml Normal file
View File

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