Remove the leftover test in testenv commands

To make `tox -e py37-interop` run.
This commit is contained in:
mhchia 2019-09-23 22:10:47 +08:00
parent 006002f687
commit 19c17dd512
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A

View File

@ -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