Fix travis build by downgrading pip/virtualenv for Python3.2
This commit is contained in:
committed by
Chirag B. Jadwani
parent
e9a13f1f50
commit
095705cfcc
@@ -1,6 +1,7 @@
|
|||||||
language: python
|
language: python
|
||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
|
- if [[ $TOXENV == py32-1.8.X ]]; then pip install pip\<8.0.0 virtualenv\<14.0.0; fi
|
||||||
- pip install tox
|
- pip install tox
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
|||||||
Reference in New Issue
Block a user