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 15a7f72..f2a8bce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,10 +3,10 @@ envlist = py26, py27
[testenv]
deps = -r{toxinidir}/requirements.txt
-commands = nosetests -s --verbosity=2 --with-coverage --cover-erase --cover-inclusive tests/unit --cover-package=httpretty
+commands = nosetests -s tests/unit
[testenv:functional]
-commands = nosetests -s --verbosity=2 --with-coverage --cover-erase --cover-inclusive tests/functional --cover-package=httpretty
+commands = nosetests -s tests/functional
[testenv:pep8]
deps = flake8