Skip to content

Commit 03f46e2

Browse files
committed
AppVeyor: Use Python 3.6 as base version
1 parent c289f9d commit 03f46e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# To activate, change the Appveyor settings to use `.appveyor.yml`.
22
environment:
33
global:
4-
PATH: "C:\\Python27\\Scripts\\;%PATH%"
4+
PATH: "C:\\Python36\\Scripts\\;%PATH%"
55
matrix:
66
- TOXENV: py36-base
77
- TOXENV: py36-optional
@@ -12,12 +12,12 @@ environment:
1212

1313
install:
1414
- git submodule update --init --recursive
15-
- python -m pip install tox
15+
- C:\\Python36\\python.exe -m pip install tox
1616

1717
build: off
1818

1919
test_script:
2020
- tox
2121

2222
after_test:
23-
- python debug-info.py
23+
- C:\\Python36\\python.exe debug-info.py

0 commit comments

Comments
 (0)