summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2013-02-17 09:34:50 -0500
committerJulian Berman <Julian@GrayVines.com>2013-02-17 09:34:50 -0500
commit565dbcb32b4a20ce82966f80ff2acd462775b836 (patch)
treee50719ed9b50ab2ed4485176e13add0a958177a0 /tox.ini
parent782ab62acb960ac19346bb6727e67731093a9893 (diff)
downloadjsonschema-565dbcb32b4a20ce82966f80ff2acd462775b836.tar.gz
Doctest is horrible.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9db5c7f..5d5a73d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,10 @@ commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:py26]
+commands =
+ nosetests -s tests.py
+ {envpython} -m doctest README.rst
+ {envpython} -m doctest jsonschema.py
deps =
{[testenv:notpy33]deps}
{[testenv:all]deps}