Config for Travis CI.

This commit is contained in:
Dan Lipsitt 2016-01-13 14:43:58 -08:00
parent 9f7c0f86c4
commit 4d9c33c72d

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