diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2014-07-25 15:32:00 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2014-07-25 15:32:00 +0400 |
commit | 3c5b34c30ed47727a314d6927d62075eb76d068a (patch) | |
tree | 9bc2845ddf3dc3b19b25d80d7e0c507c77a8a5f8 /tox.ini | |
parent | b27e1ea4b712d3b332f9eaec3c4b218fdf42eca3 (diff) | |
download | markdown-3c5b34c30ed47727a314d6927d62075eb76d068a.tar.gz markdown-3c5b34c30ed47727a314d6927d62075eb76d068a.tar.bz2 markdown-3c5b34c30ed47727a314d6927d62075eb76d068a.zip |
tox.ini: install pytidylib from PyPI
PyTidyLib Python 3 issues have been fixed in 0.2.3 release
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ envlist = py26, py27, py31, py32, py33, py34 downloadcache = {toxworkdir}/cache deps = nose coverage - git+https://github.com/waylan/pytidylib.git#egg=PyTidyLib + pytidylib commands = coverage run --source=markdown {toxinidir}/run-tests.py {posargs} coverage report --show-missing |