Skip to content

Commit 23781fd

Browse files
committed
tox/appveyor: don't override 'basepython', call tox -e py
1 parent c993413 commit 23781fd

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

appveyor.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

2115
init:
2216
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
@@ -41,4 +35,4 @@ install:
4135
build: false
4236

4337
test_script:
44-
- "tox"
38+
- "tox -e py"

tox.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
envlist = 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}
125
deps =
136
defcon
147
fontPens

0 commit comments

Comments
 (0)