summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVictor Sergeyev <vsergeyev@mirantis.com>2014-11-13 14:41:29 +0200
committerVictor Sergeyev <vsergeyev@mirantis.com>2014-11-13 14:43:35 +0200
commit58de317f8487a20768da6deafe2d2a7aa3ebcc1d (patch)
tree7692272402b612a508ebc5ce03231894f240bc0f /tox.ini
parentfa52a63e4f972294fd41321b5ce0fe581a3cc03d (diff)
downloadoslo-concurrency-58de317f8487a20768da6deafe2d2a7aa3ebcc1d.tar.gz
Improve testing in py3 environment
Change-Id: I1d169f0a87d4251778b32e80b3627b407340fec8
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 2f1a852..fca4498 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,13 +23,13 @@ commands =
deps = -r{toxinidir}/requirements-py3.txt
-r{toxinidir}/test-requirements.txt
commands =
- lockutils-wrapper python -m testtools.run tests.unit.test_lockutils
+ lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
[testenv:py34]
deps = -r{toxinidir}/requirements-py3.txt
-r{toxinidir}/test-requirements.txt
commands =
- lockutils-wrapper python -m testtools.run tests.unit.test_lockutils
+ lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8