mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
can't override python that way in tox
This commit is contained in:
3
tox.ini
3
tox.ini
@ -25,7 +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
|
doctest: python
|
||||||
py35: python3.5
|
py35: python3.5
|
||||||
py36: python3.6
|
py36: python3.6
|
||||||
pypy3: pypy3
|
pypy3: pypy3
|
||||||
@ -35,6 +35,7 @@ extras=
|
|||||||
whitelest_externals=make
|
whitelest_externals=make
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
|
basepython=python
|
||||||
extras=lint
|
extras=lint
|
||||||
commands=
|
commands=
|
||||||
flake8 {toxinidir}/<MODULE_NAME> {toxinidir}/tests
|
flake8 {toxinidir}/<MODULE_NAME> {toxinidir}/tests
|
||||||
|
|||||||
Reference in New Issue
Block a user