Skip to content

Commit fb87df2

Browse files
committed
tox: do not set basepython at all
Tox handles this good by itself.
1 parent 8824e45 commit fb87df2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ envlist =
88

99
[testenv]
1010
extras = testing
11-
basepython =
12-
pypy: {env:TOXPYTHON:pypy}
13-
pypy3: {env:TOXPYTHON:pypy3}
14-
{py27,docs}: {env:TOXPYTHON:python2.7}
15-
py34: {env:TOXPYTHON:python3.4}
16-
py35: {env:TOXPYTHON:python3.5}
17-
py36: {env:TOXPYTHON:python3.6}
18-
py37: {env:TOXPYTHON:python3.7}
1911
setenv =
2012
PYTHONPATH={toxinidir}/tests
2113
PYTHONUNBUFFERED=yes

0 commit comments

Comments
 (0)