add Travis CI configuration

This commit is contained in:
Martin Zimmermann 2013-11-18 12:41:45 +01:00
parent b3d6215d2b
commit c84d75582f

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: python
python: 2.7
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=backport
install:
- pip install tox
script:
- tox -e $TOX_ENV