Commit 9146e880 authored by Benoit Pierre's avatar Benoit Pierre

appveyor: fix Python 2 job

Update virtualenv so the tox environment use a more recent version
of pip (and probably setuptools/wheel too).
parent f58549ab
......@@ -26,7 +26,7 @@ cache:
test_script:
- python --version
- python -m pip install --disable-pip-version-check --upgrade pip setuptools wheel
- pip install --upgrade tox tox-venv
- pip install --upgrade tox tox-venv virtualenv
- pip freeze --all
- python bootstrap.py
- tox -- --cov
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment