Move from tox to tox-travis in .travis.yml
This commit is contained in:
parent
1662b92d75
commit
9f7541ee9b
@ -1,8 +1,9 @@
|
|||||||
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox-travis
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
Loading…
Reference in New Issue
Block a user