Remove the leftover test
in testenv commands
To make `tox -e py37-interop` run.
This commit is contained in:
parent
006002f687
commit
19c17dd512
4
tox.ini
4
tox.ini
|
@ -30,7 +30,7 @@ deps =
|
||||||
passenv = CI TRAVIS TRAVIS_*
|
passenv = CI TRAVIS TRAVIS_*
|
||||||
extras = test
|
extras = test
|
||||||
commands =
|
commands =
|
||||||
test: py.test tests/ -v
|
py.test tests/
|
||||||
basepython =
|
basepython =
|
||||||
py37: python3.7
|
py37: python3.7
|
||||||
|
|
||||||
|
@ -48,6 +48,6 @@ deps = p2pclient
|
||||||
passenv = CI TRAVIS TRAVIS_* GOPATH
|
passenv = CI TRAVIS TRAVIS_* GOPATH
|
||||||
extras = test
|
extras = test
|
||||||
commands =
|
commands =
|
||||||
test: py.test tests_interop/ -v
|
py.test tests_interop/
|
||||||
basepython =
|
basepython =
|
||||||
py37: python3.7
|
py37: python3.7
|
||||||
|
|
Loading…
Reference in New Issue
Block a user