summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@redhat.com>2014-01-14 12:09:06 +1000
committerCyril Roelandt <cyril.roelandt@enovance.com>2014-01-17 03:35:04 +0100
commita4b181e93802f54b1bcaac9b3f657a959d86874b (patch)
treeb8e9de4b5067fa2efe415e8bb3cc58f0bfe8906d /tox.ini
parentc2b6d659fcc924f9912e77c2b1fa3b193f4a47f8 (diff)
downloadhttpretty-a4b181e93802f54b1bcaac9b3f657a959d86874b.tar.gz
Extract common nosetest params into setup.cfg
Arguments in setup.cfg will always be loaded as the default parameters when running nosetest
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