summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-03-03 09:34:34 +0100
committerDaniel Hahler <git@thequod.de>2019-03-03 09:34:34 +0100
commit55a0f2c762846a4cb23537f59487e682e88a7169 (patch)
tree726c5cf74685109cd58c50662416cb4bb95a9f85
parent287231d25aa8cd7ac58c2c3ad5ade31feee6a078 (diff)
downloadisort-55a0f2c762846a4cb23537f59487e682e88a7169.tar.gz
tox.ini: rely on pytest config
It sets testpaths since e5572e9, and it looks like `-vv -s` was left from debugging Windows failures remotely?! If `-vv -s` or a variant should be kept, it would better go into pytest's `addopts` setting - or could be set on CI via `PYTEST_ADDOPTS`.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 95edf584..0b157187 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ extras =
requirements
setenv =
coverage: PYTEST_ADDOPTS=--cov {env:PYTEST_ADDOPTS:}
-commands = py.test -vv -s test_isort.py {posargs}
+commands = pytest {posargs}
[testenv:isort-check]
basepython = python3