summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-01-22 00:16:58 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-01-22 00:16:58 +0100
commitc3a01e19c8ee34fdf1f2aebf367067b7dde0569c (patch)
tree39e8516eaf0af4185b90716946d9fea71be7d4a9 /tox.ini
parentb96a71203fa768fbff5074b4f03dbc444df05afd (diff)
downloadoauthlib-c3a01e19c8ee34fdf1f2aebf367067b7dde0569c.tar.gz
Large OAuth 2 provider update.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index cc826f6..e29a2cd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,25 +6,25 @@ deps=nose
unittest2
pycrypto
mock
-commands=nosetests
+commands=nosetests -w tests
[testenv:py27]
deps=nose
unittest2
pycrypto
mock
-commands=nosetests
+commands=nosetests -w tests
[testenv:py31]
deps=nose
pycrypto
mock
-commands=nosetests
+commands=nosetests -w tests
[testenv:py32]
deps=nose
pycrypto
mock
-commands=nosetests
+commands=nosetests -w tests
[testenv:py33]
deps=nose
pycrypto
mock
-commands=nosetests
+commands=nosetests -w tests