diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-03-14 23:10:49 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-03-14 23:25:50 -0400 |
commit | beff310858c65980206058a78e6062f2389a7fb1 (patch) | |
tree | 2b4e7f57a0ac4b3e9e9759d4542824225a712efa /tox.ini | |
parent | 924ea9c2aba361e157fb60d9fcb3bdc7fbd7fd64 (diff) | |
download | markdown-beff310858c65980206058a78e6062f2389a7fb1.tar.gz markdown-beff310858c65980206058a78e6062f2389a7fb1.tar.bz2 markdown-beff310858c65980206058a78e6062f2389a7fb1.zip |
Added PyTidyLib to tox deps and set download-cache.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,5 +2,7 @@ envlist = py26, py27, py31, py32, py33 [testenv] -deps=nose +downloadcache = {toxworkdir}/cache +deps = nose + git+https://github.com/waylan/pytidylib.git#egg=PyTidyLib commands = {envpython} {toxinidir}/run-tests.py {posargs} |