summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 7dd864b..002d24c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,7 @@ passenv = SWIFT_* *_proxy
[testenv:pep8]
basepython = python3
commands =
- python -m flake8 swiftclient tests
+ python -m flake8 swiftclient test
[testenv:venv]
basepython = python3
@@ -44,7 +44,7 @@ commands =
[testenv:func]
basepython = python3
setenv =
- OS_TEST_PATH=tests.functional
+ OS_TEST_PATH=test.functional
PYTHON=coverage run --source swiftclient --parallel-mode
whitelist_externals =
coverage