add .travis.yml
This commit is contained in:
parent
0c81f3ecb4
commit
8364a4cd2e
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: python
|
||||
env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=py33
|
||||
- TOXENV=pypy
|
||||
install:
|
||||
- pip install tox --use-mirrors
|
||||
script:
|
||||
- tox
|
Reference in a new issue