Skip to content

Commit

Permalink
Use tox 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 1, 2019
1 parent c8b577e commit 93efb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ build_script:
- "SET PYTHON=%PYTHONDIR%\\python.exe"
- "%PYTHONDIR%\\python.exe -m pip install --quiet --upgrade pip virtualenv setuptools"
- "%PYTHONDIR%\\python.exe -m pip --version"
- "%PYTHONDIR%\\python.exe -m pip install --quiet tox==3.9.0"
- "%PYTHONDIR%\\python.exe -m pip install --quiet tox==3.10.0"
- "python2.7 -m pip install --quiet --upgrade pip virtualenv setuptools"
- "python2.7 -m pip --version"
- "%PYTHONDIR%\\python.exe ci\\install_pycall.py"
Expand Down

0 comments on commit 93efb19

Please sign in to comment.