Fix incompatibility issue between pip10 and virtualenv16 (travis)
This commit is contained in:
parent
431dee80d8
commit
926d152d3b
|
@ -1,6 +1,7 @@
|
|||
sudo: false
|
||||
install:
|
||||
- pip install tox
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then pip install virtualenv==15.2.0; fi
|
||||
script:
|
||||
- tox
|
||||
language:
|
||||
|
|
Loading…
Reference in New Issue