We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074cde1 commit b511372Copy full SHA for b511372
appveyor.yml
@@ -2,19 +2,19 @@ environment:
2
matrix:
3
- JOB: "3.5 64-bit"
4
PYTHON_HOME: "C:\\Python35-x64"
5
- test_script: "tox -e py35"
+ TOX_PY: py35
6
7
- JOB: "3.6 64-bit"
8
PYTHON_HOME: "C:\\Python36-x64"
9
- test_script: "tox -e py36"
+ TOX_PY: py36
10
11
- JOB: "3.7 64-bit"
12
PYTHON_HOME: "C:\\Python37-x64"
13
- test_script: "tox -e py37"
+ TOX_PY: py37
14
15
- JOB: "3.7 32-bit"
16
PYTHON_HOME: "C:\\Python37"
17
18
19
install:
20
# If there is a newer build queued for the same PR, cancel this one.
@@ -41,3 +41,6 @@ install:
41
- "python -m pip install tox"
42
43
build: false
44
+
45
+test_script:
46
+ - "tox -e %TOX_PY%"
0 commit comments