summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGordon Chung <chungg@ca.ibm.com>2013-10-22 13:03:33 -0400
committerGordon Chung <chungg@ca.ibm.com>2013-10-22 13:03:33 -0400
commit88f89cc0493ecf553dcd86eb42852e02040153b4 (patch)
treee59f9240e77b20b0505eaabf25accd4a6f638c7a /tox.ini
parent0a78eb7f62c19798c851edada1c3b524fee84f6f (diff)
downloadpycadf-88f89cc0493ecf553dcd86eb42852e02040153b4.tar.gz
Updated from global requirements
Change-Id: I93b64953819fb83af78bd34a93c51419da599e90
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index fba98d9..4199d76 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,8 +16,7 @@ commands = flake8
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
-commands =
- python setup.py testr --coverage
+commands = python setup.py testr --coverage
[testenv:venv]
commands = {posargs}