add .travis.yml

This commit is contained in:
chris 2014-02-07 15:29:30 +01:00
parent 0c81f3ecb4
commit 8364a4cd2e

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: python
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=pypy
install:
- pip install tox --use-mirrors
script:
- tox