Skip to content

Commit 05064f7

Browse files
fix appveyor tox env name
1 parent 81fce1f commit 05064f7

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
@@ -1,22 +1,22 @@
11
environment:
22
matrix:
33
- PYTHON: "C:\\Python27"
4-
TOX_ENV: "py27"
4+
TOX_ENV: "py-test"
55

66
- PYTHON: "C:\\Python27-x64"
7-
TOX_ENV: "py27"
7+
TOX_ENV: "py-test"
88

99
- PYTHON: "C:\\Python33"
10-
TOX_ENV: "py33"
10+
TOX_ENV: "py-test"
1111

1212
- PYTHON: "C:\\Python33-x64"
13-
TOX_ENV: "py33"
13+
TOX_ENV: "py-test"
1414

1515
- PYTHON: "C:\\Python34"
16-
TOX_ENV: "py34"
16+
TOX_ENV: "py-test"
1717

1818
- PYTHON: "C:\\Python34-x64"
19-
TOX_ENV: "py34"
19+
TOX_ENV: "py-test"
2020

2121
init:
2222
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

0 commit comments

Comments
 (0)