mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-03 22:29:08 +00:00
Install py32 compatible pip
This commit is contained in:
parent
77db2ea8f4
commit
a7e9bc695e
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ env:
|
|||
- TOXENV=flake8
|
||||
|
||||
install:
|
||||
- if [[ $(echo "$TOXENV" | egrep -c "py32") != 0 ]]; then curl https://bootstrap.pypa.io/3.2/get-pip.py | python3.2; fi;
|
||||
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py31)") != 0 ]]; then pip install virtualenv==1.7.2 tox==1.3; fi;
|
||||
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py31)") == 0 ]]; then pip install tox; fi;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue