Skip to content

Commit 77dabb7

Browse files
committed
Fallback to 3.6
1 parent 388be58 commit 77dabb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ envlist =
1212
[testenv]
1313
basepython =
1414
pypy: {env:TOXPYTHON:pypy}
15-
py37: {env:TOXPYTHON:python3.7}
16-
{docs,spell}: {env:TOXPYTHON:python3.7}
17-
{appveyorartifacts,bump,check,clean,codecov,coveralls,lint,report,pypi_build,pypi_upload}: {env:TOXPYTHON:python3.7}
18-
{condarecipe}: {env:TOXPYTHON:python3.7}
15+
py36: {env:TOXPYTHON:python3.6}
16+
{docs,spell}: {env:TOXPYTHON:python3.6}
17+
{appveyorartifacts,bump,check,clean,codecov,coveralls,lint,report,pypi_build,pypi_upload}: {env:TOXPYTHON:python3.6}
18+
{condarecipe}: {env:TOXPYTHON:python3.6}
1919
setenv =
2020
PYTHONPATH={toxinidir}/tests
2121
PYTHONUNBUFFERED=yes

0 commit comments

Comments
 (0)