diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-05-14 16:58:09 +0200 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-05-14 16:58:09 +0200 |
| commit | 9146e8808d3912c5a193f6f9b0cc32c13bc4a4fc (patch) | |
| tree | 6d43db10b51058f9742e9699ad3aec9383393610 | |
| parent | f58549ab38eb6f5d1146510cbf15965aeb75c6fb (diff) | |
| download | python-setuptools-git-9146e8808d3912c5a193f6f9b0cc32c13bc4a4fc.tar.gz | |
appveyor: fix Python 2 job
Update virtualenv so the tox environment use a more recent version
of pip (and probably setuptools/wheel too).
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7a3d174d..08818069 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |
