every tox environment should have a basic python
This commit is contained in:
parent
a9d9fec258
commit
a1ba89ed41
2
tox.ini
2
tox.ini
|
@ -25,6 +25,7 @@ commands=
|
||||||
core: py.test {posargs:tests/core}
|
core: py.test {posargs:tests/core}
|
||||||
doctest: make -C {toxinidir}/docs doctest
|
doctest: make -C {toxinidir}/docs doctest
|
||||||
basepython =
|
basepython =
|
||||||
|
python
|
||||||
py35: python3.5
|
py35: python3.5
|
||||||
py36: python3.6
|
py36: python3.6
|
||||||
pypy3: pypy3
|
pypy3: pypy3
|
||||||
|
@ -33,7 +34,6 @@ extras=
|
||||||
doctest: doc
|
doctest: doc
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
basepython=python
|
|
||||||
extras=lint
|
extras=lint
|
||||||
commands=
|
commands=
|
||||||
flake8 {toxinidir}/<MODULE_NAME> {toxinidir}/tests
|
flake8 {toxinidir}/<MODULE_NAME> {toxinidir}/tests
|
||||||
|
|
Loading…
Reference in New Issue
Block a user