mirror of https://github.com/secdev/scapy.git
Fix the pip version used in tox
This commit is contained in:
parent
2ef25578be
commit
bc91f978c9
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue