Skip to content

Commit 669a59d

Browse files
committed
Revert changes and use python 3.3 for the tox python
1 parent 704400a commit 669a59d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

appveyor.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ environment:
99
toxenv: "cp27,cp34,cp35,cp36,cp37"
1010

1111
matrix:
12-
- TOXPY27: "C:\Python27-x64\python.exe"
13-
TOXPY34: "C:\Python34-x64\python.exe"
14-
TOXPY35: "C:\Python35-x64\python.exe"
15-
TOXPY36: "C:\Python36-x64\python.exe"
16-
TOXPY37: "C:\Python37-x64\python.exe"
17-
PREFIX: "C:\Python36-x64"
18-
- TOXPY27: "C:\Python27\python.exe"
19-
TOXPY34: "C:\Python34\python.exe"
20-
TOXPY35: "C:\Python35\python.exe"
21-
TOXPY36: "C:\Python36\python.exe"
22-
TOXPY37: "C:\Python37\python.exe"
23-
PREFIX: "C:\Python36"
12+
- TOXPY27: "C:/Python27-x64/python.exe"
13+
TOXPY34: "C:/Python34-x64/python.exe"
14+
TOXPY35: "C:/Python35-x64/python.exe"
15+
TOXPY36: "C:/Python36-x64/python.exe"
16+
TOXPY37: "C:/Python37-x64/python.exe"
17+
PREFIX: "C:/Python33-x64"
18+
- TOXPY27: "C:/Python27/python.exe"
19+
TOXPY34: "C:/Python34/python.exe"
20+
TOXPY35: "C:/Python35/python.exe"
21+
TOXPY36: "C:/Python36/python.exe"
22+
TOXPY37: "C:/Python37/python.exe"
23+
PREFIX: "C:/Python33"
2424

2525
matrix:
2626
fast_finish: true
@@ -33,7 +33,7 @@ cache:
3333
- C:\Users\appveyor\AppData\Local\pip\Cache -> appveyor-cache.txt
3434

3535
init:
36-
- ps: $Env:path = $Env:PREFIX + ";" + $Env:PREFIX + "\Scripts;" + $Env:path
36+
- ps: $Env:path = $Env:PREFIX + ";" + $Env:PREFIX + "/Scripts;" + $Env:path
3737
install:
3838
- cmd: python -m pip install -rtox-requirements.txt
3939
test_script:

0 commit comments

Comments
 (0)