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 f4361fe commit 023a35dCopy full SHA for 023a35d
appveyor.yml
@@ -4,10 +4,10 @@ skip_branch_with_pr: true
4
# environment variables
5
environment:
6
matrix:
7
+ - PYTHON: "C:\\Python27-x64"
8
- PYTHON: "C:\\Python35-x64"
- PYTHON_VERSION: "3.5.x"
9
- PYTHON_MAJOR: 3
10
- PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python36-x64"
+ - PYTHON: "C:\\Python37-x64"
11
12
# scripts that run after cloning repository
13
install:
0 commit comments