Fix the pip version used in tox

This commit is contained in:
Gabriel 2019-05-14 00:08:39 +02:00 committed by GitHub
parent 2ef25578be
commit bc91f978c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ for:
- choco install -n KB3033929 KB2919355 kb2999226 - choco install -n KB3033929 KB2919355 kb2999226
- choco install -y wireshark - choco install -y wireshark
# Install Python modules # Install Python modules
# https://github.com/tox-dev/tox/issues/791
- "%PYTHON%\\python -m pip install virtualenv --upgrade"
- "%PYTHON%\\python -m pip install tox" - "%PYTHON%\\python -m pip install tox"
test_script: test_script: