added .travis.yml to run tox tests
This commit is contained in:
parent
3a2e9f224d
commit
3018e8f08e
|
@ -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
|
Loading…
Reference in New Issue