Skip to content

Commit 1c5099f

Browse files
committed
TST: Path consistency
Also removes interference with appveyor python paths
1 parent 5b9113d commit 1c5099f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ environment:
2525
PYTHON_VERSION: "3.4.4"
2626
PYTHON_ARCH: "64"
2727

28-
- PYTHON: "C:\\Python35"
28+
- PYTHON: "C:\\Python35_32"
2929
PYTHON_VERSION: "3.5.4"
3030
PYTHON_ARCH: "32"
3131

32-
- PYTHON: "C:\\Python35-x64"
32+
- PYTHON: "C:\\Python35_64"
3333
PYTHON_VERSION: "3.5.4"
3434
PYTHON_ARCH: "64"
3535

36-
- PYTHON: "C:\\Python36"
36+
- PYTHON: "C:\\Python36_32"
3737
PYTHON_VERSION: "3.6"
3838
PYTHON_ARCH: "32"
3939

40-
- PYTHON: "C:\\Python36-x64"
40+
- PYTHON: "C:\\Python36_64"
4141
PYTHON_VERSION: "3.6"
4242
PYTHON_ARCH: "64"
4343

0 commit comments

Comments
 (0)