summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-13 14:29:56 +0000
committerGerrit Code Review <review@openstack.org>2014-08-13 14:29:56 +0000
commit8ca6446f412c407ee63b769d85aa1c071c6f931b (patch)
treed054c387f032914a720e021bcc5fafb5836888c9 /tox.ini
parente6c39e8370148e0350a8f3cdc3367a7766ef7fa3 (diff)
parent1ae4684f495837449c12bb032f8c9403dd19b03a (diff)
downloadoslo-rootwrap-8ca6446f412c407ee63b769d85aa1c071c6f931b.tar.gz
Merge "Move test requirement coverage into tox.ini"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 39b563c..4f152c4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,10 +15,13 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
commands = flake8
[testenv:cover]
+deps = {[testenv]deps}
+ coverage
setenv = VIRTUAL_ENV={envdir}
commands =
python setup.py testr --coverage
+
[testenv:venv]
commands = {posargs}