Add Travis CI configuration

This commit is contained in:
Ryan Hiebert 2015-06-12 19:12:08 -05:00
parent 8b119e1e30
commit 48e6ea1e12

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
install: pip install tox-travis
script: tox
branches:
only:
- master