add(travis): Add config for travis-ci

This commit is contained in:
Jay Faulkner 2014-01-17 12:57:02 -08:00
parent 8a8d5d6691
commit f46d77c73c

7
.travis.yml Normal file

@ -0,0 +1,7 @@
language: python
env:
- TOXENV=py27
install:
- pip install tox
script:
- tox