Make python versions match the matrix from GitHub actions

This commit is contained in:
Kyle Hornberg
2019-08-16 12:24:28 -05:00
parent dd5ea03f12
commit df1da5cc31
+3 -4
View File
@@ -3,14 +3,13 @@
[tox]
envlist =
check,
{py37,py36,py35},
{py3.7,py3.6},
docs
[testenv]
basepython =
py37: {env:TOXPYTHON:python3.7}
py36: {env:TOXPYTHON:python3.6}
py35: {env:TOXPYTHON:python3.5}
py3.7: {env:TOXPYTHON:python3.7}
py3.6: {env:TOXPYTHON:python3.6}
{bootstrap,check,docs}: {env:TOXPYTHON:python3}
setenv =
PYTHONPATH={toxinidir}/tests