Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 787dea9 + d2734b2 commit 259ef9eCopy full SHA for 259ef9e
1 file changed
appveyor.yml
@@ -4,10 +4,10 @@ environment:
4
TOX_TESTENV_PASSENV: COVERAGE_IGNORE_WINDOWS
5
matrix:
6
- TOXENV: py27
7
- - TOXENV: py36
+ - TOXENV: py37
8
9
install:
10
- - "SET PATH=C:\\Python36;C:\\Python36\\Scripts;%PATH%"
+ - "SET PATH=C:\\Python37;C:\\Python37\\Scripts;%PATH%"
11
- pip install tox virtualenv --upgrade
12
- "mkdir -p C:\\Temp"
13
- "SET TMPDIR=C:\\Temp"
0 commit comments