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 561b14f commit d9b2593Copy full SHA for d9b2593
appveyor.yml
@@ -1,7 +1,7 @@
1
build: false
2
shallow_clone: true
3
skip_branch_with_pr: true
4
-image: Visual Studio 2013
+image: Visual Studio 2015
5
6
environment:
7
@@ -16,7 +16,7 @@ environment:
16
TOXPY35: "C:/Python35-x64/python.exe"
17
TOXPY36: "C:/Python36-x64/python.exe"
18
TOXPY37: "C:/Python37-x64/python.exe"
19
- PYTHON: "C:/Python27-x64"
+ PYTHON: "C:/Python33-x64"
20
- TOXPY26: "C:/Python26/python.exe"
21
TOXPY27: "C:/Python27/python.exe"
22
TOXPY33: "C:/Python33/python.exe"
0 commit comments