diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2014-08-20 14:32:09 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2014-08-20 14:32:09 -0400 |
commit | 1918cd26a16bf6051b3fcc791e1f260bad846c72 (patch) | |
tree | f213b5a2b87f9424a1a6391a768c3accb66ff810 /tox.ini | |
parent | e7b6a33f0e3dd37d276a0c18dcbdc62e2c80ed98 (diff) | |
download | markdown-1918cd26a16bf6051b3fcc791e1f260bad846c72.tar.gz markdown-1918cd26a16bf6051b3fcc791e1f260bad846c72.tar.bz2 markdown-1918cd26a16bf6051b3fcc791e1f260bad846c72.zip |
Refactored test framework to use YAML config files rather than INI. Fixes #333.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ envlist = py26, py27, py31, py32, py33, py34 downloadcache = {toxworkdir}/cache deps = nose coverage + pyyaml pytidylib commands = coverage run --source=markdown {toxinidir}/run-tests.py {posargs} coverage report --show-missing |