We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8824e45 commit fb87df2Copy full SHA for fb87df2
1 file changed
tox.ini
@@ -8,14 +8,6 @@ envlist =
8
9
[testenv]
10
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}
19
setenv =
20
PYTHONPATH={toxinidir}/tests
21
PYTHONUNBUFFERED=yes
0 commit comments