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 f38e271 commit 074cde1Copy full SHA for 074cde1
appveyor.yml
@@ -2,15 +2,19 @@ environment:
2
matrix:
3
- JOB: "3.5 64-bit"
4
PYTHON_HOME: "C:\\Python35-x64"
5
+ test_script: "tox -e py35"
6
7
- JOB: "3.6 64-bit"
8
PYTHON_HOME: "C:\\Python36-x64"
9
+ test_script: "tox -e py36"
10
11
- JOB: "3.7 64-bit"
12
PYTHON_HOME: "C:\\Python37-x64"
13
+ test_script: "tox -e 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.
@@ -37,7 +41,3 @@ install:
37
41
- "python -m pip install tox"
38
42
39
43
build: false
40
-
-test_script:
- # run tests
- - "tox"
0 commit comments