summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-03-02 17:50:26 -0800
committerGitHub <noreply@github.com>2019-03-02 17:50:26 -0800
commit36dd2e03a5e7ebe89ad5a928613c8e7062609d78 (patch)
treebfd7fc12e3ccba44aa2fa586020a0f8224a98350 /tox.ini
parente5572e95aaf08e4ee88e4ddcec38b0906d87741b (diff)
parent0b36a8bcf29f092c427c5dc8f5eb6e79cfa4134b (diff)
downloadisort-36dd2e03a5e7ebe89ad5a928613c8e7062609d78.tar.gz
Merge branch 'develop' into cov
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0b157187..95edf584 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ extras =
requirements
setenv =
coverage: PYTEST_ADDOPTS=--cov {env:PYTEST_ADDOPTS:}
-commands = pytest {posargs}
+commands = py.test -vv -s test_isort.py {posargs}
[testenv:isort-check]
basepython = python3