let travis-ci test the code :)

This commit is contained in:
Damien Nozay 2014-11-26 21:27:26 -08:00
parent d548d7427f
commit d9c9cdd6be

7
.travis.yml Normal file
View file

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