From 19c17dd5126c356dde15f3c4806356d50326174f Mon Sep 17 00:00:00 2001 From: mhchia Date: Mon, 23 Sep 2019 22:10:47 +0800 Subject: [PATCH] Remove the leftover `test` in testenv commands To make `tox -e py37-interop` run. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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