diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2014-07-27 15:42:01 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2014-07-27 15:42:01 -0400 |
commit | a8396c322a4d836dee399cd3cc3dce0a964fe5c0 (patch) | |
tree | 9bc2845ddf3dc3b19b25d80d7e0c507c77a8a5f8 | |
parent | b27e1ea4b712d3b332f9eaec3c4b218fdf42eca3 (diff) | |
parent | 3c5b34c30ed47727a314d6927d62075eb76d068a (diff) | |
download | markdown-a8396c322a4d836dee399cd3cc3dce0a964fe5c0.tar.gz markdown-a8396c322a4d836dee399cd3cc3dce0a964fe5c0.tar.bz2 markdown-a8396c322a4d836dee399cd3cc3dce0a964fe5c0.zip |
Merge pull request #327 from mitya57/master
tox.ini: install pytidylib from PyPI
-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 |