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