diff options
author | Waylan Limberg <waylan@gmail.com> | 2014-07-10 22:58:57 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2014-07-10 22:58:57 -0400 |
commit | 88fcb084c83a2402dafec4576df830008242e3d4 (patch) | |
tree | 0882b7f56e62517f357b30e48a0cb7a120531792 /tox.ini | |
parent | 5ecd68b81b487fcd4784c50cd8a1de6d23a2f62c (diff) | |
parent | 819be506a669713354a96b478b2175396fe75d9c (diff) | |
download | markdown-88fcb084c83a2402dafec4576df830008242e3d4.tar.gz markdown-88fcb084c83a2402dafec4576df830008242e3d4.tar.bz2 markdown-88fcb084c83a2402dafec4576df830008242e3d4.zip |
Merge branch 'master' of github.com:waylan/Python-Markdown
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py31, py32, py33 +envlist = py26, py27, py31, py32, py33, py34 [testenv] downloadcache = {toxworkdir}/cache |