Skip to content

Commit 9f639ec

Browse files
committed
Use tox 3.9.0
1 parent aa9906d commit 9f639ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build_script:
6161
- "SET PYTHON=%PYTHONDIR%\\python.exe"
6262
- "%PYTHONDIR%\\python.exe -m pip install --quiet --upgrade pip virtualenv setuptools"
6363
- "%PYTHONDIR%\\python.exe -m pip --version"
64-
- "%PYTHONDIR%\\python.exe -m pip install --quiet tox"
64+
- "%PYTHONDIR%\\python.exe -m pip install --quiet tox==3.9.0"
6565
- "python2.7 -m pip install --quiet --upgrade pip virtualenv setuptools"
6666
- "python2.7 -m pip --version"
6767
- "%PYTHONDIR%\\python.exe ci\\install_pycall.py"

0 commit comments

Comments
 (0)