Skip to content

Commit 023a35d

Browse files
committed
Turn on AppVeyor testing for Python 2.7, Python 3.6 and Python 3.7
1 parent f4361fe commit 023a35d

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
@@ -4,10 +4,10 @@ skip_branch_with_pr: true
44
# environment variables
55
environment:
66
matrix:
7+
- PYTHON: "C:\\Python27-x64"
78
- PYTHON: "C:\\Python35-x64"
8-
PYTHON_VERSION: "3.5.x"
9-
PYTHON_MAJOR: 3
10-
PYTHON_ARCH: "64"
9+
- PYTHON: "C:\\Python36-x64"
10+
- PYTHON: "C:\\Python37-x64"
1111

1212
# scripts that run after cloning repository
1313
install:

0 commit comments

Comments
 (0)