From 3c5b34c30ed47727a314d6927d62075eb76d068a Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Fri, 25 Jul 2014 15:32:00 +0400 Subject: tox.ini: install pytidylib from PyPI PyTidyLib Python 3 issues have been fixed in 0.2.3 release --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e15e2ae..f3e9327 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.3