diff options
author | Julian Berman <Julian@GrayVines.com> | 2013-02-17 09:34:50 -0500 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2013-02-17 09:34:50 -0500 |
commit | 565dbcb32b4a20ce82966f80ff2acd462775b836 (patch) | |
tree | e50719ed9b50ab2ed4485176e13add0a958177a0 /tox.ini | |
parent | 782ab62acb960ac19346bb6727e67731093a9893 (diff) | |
download | jsonschema-565dbcb32b4a20ce82966f80ff2acd462775b836.tar.gz |
Doctest is horrible.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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} |