Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2734b2

Browse files
committed
Use python3.7 in appveyor
1 parent 787dea9 commit d2734b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ environment:
44
TOX_TESTENV_PASSENV: COVERAGE_IGNORE_WINDOWS
55
matrix:
66
- TOXENV: py27
7-
- TOXENV: py36
7+
- TOXENV: py37
88

99
install:
10-
- "SET PATH=C:\\Python36;C:\\Python36\\Scripts;%PATH%"
10+
- "SET PATH=C:\\Python37;C:\\Python37\\Scripts;%PATH%"
1111
- pip install tox virtualenv --upgrade
1212
- "mkdir -p C:\\Temp"
1313
- "SET TMPDIR=C:\\Temp"

0 commit comments

Comments
 (0)