summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-07-30 14:50:20 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-07-30 14:50:20 +0200
commit0c4ce54b4bbae9fb7eb750d59c268eebe98e4e8a (patch)
treec58271e061bdef444b8d085480dd274d6a7e36f5 /tox.ini
parent79962015ab8d020a390aa4872777efcc727f5440 (diff)
downloadoauthlib-0c4ce54b4bbae9fb7eb750d59c268eebe98e4e8a.tar.gz
Removed silent output, since tests are not writing output
it is useful when using pdb from commandline.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3dded41..ebd9021 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist = py27,py34,py35,py36,pypy,docs
[testenv]
deps=
-rrequirements-test.txt
-commands=nosetests --with-coverage --cover-erase --cover-package=oauthlib -w tests
+commands=nosetests -s --with-coverage --cover-erase --cover-package=oauthlib -w tests
[testenv:py27]
deps=unittest2