summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian+git@GrayVines.com>2012-11-17 21:39:40 -0500
committerJulian Berman <Julian+git@GrayVines.com>2012-11-17 21:39:40 -0500
commit3ca9e34a49d64acd37ac8842c0eed3a00e48e187 (patch)
treefdd593ecd80af7cd300350bdc8bd3fff0e192b38 /tox.ini
parent7a5b8a66da9ef646ffd1b5534926aab160c3dcbb (diff)
downloadjsonschema-3ca9e34a49d64acd37ac8842c0eed3a00e48e187.tar.gz
Stupid nose.
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 f9ba126..83bc794 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py26, py27, pypy, py32, py33
[testenv]
commands =
- nosetests tests.py
+ nosetests -s tests.py
{envpython} -m doctest README.rst
deps =