Skip to content

Commit f29a368

Browse files
committed
Fix toxenv for appveyor
1 parent d62fc64 commit f29a368

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

appveyor.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@ environment:
22
VENV: "%APPVEYOR_BUILD_FOLDER%\\venv"
33

44
matrix:
5-
- TOXENV: py27
5+
- TOXENV: py27-defaultreactor
66
PYTHON: "C:\\Python27"
77

8-
- TOXENV: py27
8+
- TOXENV: py27-defaultreactor
99
PYTHON: "C:\\Python27-x64"
1010

11-
- TOXENV: py34
11+
- TOXENV: py34-defaultreactor
1212
PYTHON: "C:\\Python34"
1313

14-
- TOXENV: py34
14+
- TOXENV: py34-defaultreactor
1515
PYTHON: "C:\\Python34-x64"
1616

17-
- TOXENV: py35
17+
- TOXENV: py35-defaultreactor, py35-qt5reactor
1818
PYTHON: "C:\\Python35"
1919

20-
- TOXENV: py35
20+
- TOXENV: py35-defaultreactor, py35-qt5reactor
2121
PYTHON: "C:\\Python35-x64"
2222

23-
- TOXENV: py36
23+
- TOXENV: py36-defaultreactor, py36-qt5reactor
2424
PYTHON: "C:\\Python36"
2525

26-
- TOXENV: py36
26+
- TOXENV: py36-defaultreactor, py36-qt5reactor
2727
PYTHON: "C:\\Python36-x64"
2828

2929
# https://www.appveyor.com/docs/how-to/rdp-to-build-worker/

0 commit comments

Comments
 (0)