We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9906d commit 9f639ecCopy full SHA for 9f639ec
appveyor.yml
@@ -61,7 +61,7 @@ build_script:
61
- "SET PYTHON=%PYTHONDIR%\\python.exe"
62
- "%PYTHONDIR%\\python.exe -m pip install --quiet --upgrade pip virtualenv setuptools"
63
- "%PYTHONDIR%\\python.exe -m pip --version"
64
- - "%PYTHONDIR%\\python.exe -m pip install --quiet tox"
+ - "%PYTHONDIR%\\python.exe -m pip install --quiet tox==3.9.0"
65
- "python2.7 -m pip install --quiet --upgrade pip virtualenv setuptools"
66
- "python2.7 -m pip --version"
67
- "%PYTHONDIR%\\python.exe ci\\install_pycall.py"
0 commit comments