Skip to content

Commit 7423b4b

Browse files
committed
fix for python 3 testing which was falling back to python 2
1 parent f5d5b9f commit 7423b4b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ environment:
1111
PYTHON_VERSION: "2.7.x"
1212
PYTHON_ARCH: "64"
1313

14-
- PYTHON: "C:\\Python33_64"
15-
PYTHON_VERSION: "3.3"
14+
- PYTHON: "C:\\Python33-x64"
15+
PYTHON_VERSION: "3.3.x"
1616
PYTHON_ARCH: "64"
1717

18-
- PYTHON: "C:\\Python34_64"
19-
PYTHON_VERSION: "3.4"
18+
- PYTHON: "C:\\Python34-x64"
19+
PYTHON_VERSION: "3.4.x"
2020
PYTHON_ARCH: "64"
2121

22-
- PYTHON: "C:\\Python35_64"
23-
PYTHON_VERSION: "3.5"
22+
- PYTHON: "C:\\Python35-x64"
23+
PYTHON_VERSION: "3.5.x"
2424
PYTHON_ARCH: "64"
2525

2626

0 commit comments

Comments
 (0)