diff --git a/tox.ini b/tox.ini index 4d76675d..ef5c6188 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ deps = passenv = CI TRAVIS TRAVIS_* extras = test commands = - test: py.test tests/ -v + py.test tests/ basepython = py37: python3.7 @@ -48,6 +48,6 @@ deps = p2pclient passenv = CI TRAVIS TRAVIS_* GOPATH extras = test commands = - test: py.test tests_interop/ -v + py.test tests_interop/ basepython = py37: python3.7