Update .travis.yml
This commit is contained in:
parent
70736f8e86
commit
15bb1fd6c3
|
@ -1,8 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- "pip install ."
|
||||
- "pip install -r requirements-tests.txt"
|
||||
script:
|
||||
- "unit2 discover"
|
||||
- tox
|
||||
env:
|
||||
- TOXENV=py27
|
||||
|
|
Loading…
Reference in New Issue