File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,14 @@ environment:
33 - PYTHON : " C:\\ Python27"
44 PYTHON_VERSION : " 2.7.x"
55 PYTHON_ARCH : " 32"
6- TOXENV : " py27"
7- TOXPYTHON : " C:\\ Python27\\ python.exe"
86
97 - PYTHON : " C:\\ Python36-x64"
108 PYTHON_VERSION : " 3.6.x"
119 PYTHON_ARCH : " 64"
12- TOXENV : " py36"
13- TOXPYTHON : " C:\\ Python36-x64\\ python.exe"
1410
1511 - PYTHON : " C:\\ Python37-x64"
1612 PYTHON_VERSION : " 3.7.0"
1713 PYTHON_ARCH : " 64"
18- TOXENV : " py37"
19- TOXPYTHON : " C:\\ Python37-x64\\ python.exe"
2014
2115init :
2216 - " ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
@@ -41,4 +35,4 @@ install:
4135build : false
4236
4337test_script :
44- - " tox"
38+ - " tox -e py "
Original file line number Diff line number Diff line change 22envlist = py{27,36,37}
33
44[testenv]
5- basepython =
6- # we use TOXPYTHON env variable to specify the location of Appveyor Python
7- py27: {env:TOXPYTHON:python2.7}
8- py34: {env:TOXPYTHON:python3.4}
9- py35: {env:TOXPYTHON:python3.5}
10- py36: {env:TOXPYTHON:python3.6}
11- py37: {env:TOXPYTHON:python3.7}
125deps =
136 defcon
147 fontPens
You can’t perform that action at this time.
0 commit comments