added .travis.yml to run tox tests

This commit is contained in:
Tal Einat 2013-11-12 16:05:48 +02:00
parent 3a2e9f224d
commit 3018e8f08e
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

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