can't override python that way in tox

This commit is contained in:
Jason Carver 2018-02-07 11:26:47 -08:00
parent 37d978c5b3
commit ecb3731cbe

View File

@ -25,7 +25,7 @@ commands=
core: py.test {posargs:tests/core}
doctest: make -C {toxinidir}/docs doctest
basepython =
python
doctest: python
py35: python3.5
py36: python3.6
pypy3: pypy3
@ -35,6 +35,7 @@ extras=
whitelest_externals=make
[testenv:lint]
basepython=python
extras=lint
commands=
flake8 {toxinidir}/<MODULE_NAME> {toxinidir}/tests