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.
1 parent d37feed commit 83decfbCopy full SHA for 83decfb
appveyor.yml
@@ -8,14 +8,14 @@ environment:
8
matrix:
9
- PYTHON: "C:\\Python27"
10
- PYTHON: "C:\\Python27-x64"
11
- - PYTHON: "C:\\Python33"
12
- - PYTHON: "C:\\Python33-x64"
13
- PYTHON: "C:\\Python34"
14
- PYTHON: "C:\\Python34-x64"
15
- PYTHON: "C:\\Python35"
16
- PYTHON: "C:\\Python35-x64"
17
- PYTHON: "C:\\Python36"
18
- PYTHON: "C:\\Python36-x64"
+ - PYTHON: "C:\\Python37"
+ - PYTHON: "C:\\Python37-x64"
19
20
init:
21
- ps: "ls C:/Python*"
0 commit comments