diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2014-11-20 21:08:21 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2014-11-20 21:08:21 -0500 |
commit | c04d2c90fc741e2d1a612d25040b25252656b69c (patch) | |
tree | a5dc88ea53ffbb7df1e709ad3e4d3d5221669862 /tox.ini | |
parent | ee3faa7376970d3849635a338d8b5ef732d919c3 (diff) | |
download | python-markdown-c04d2c90fc741e2d1a612d25040b25252656b69c.tar.gz |
Removed 3.1 env from tox
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27, py31, py32, py33, py34, flake8 +envlist = py27, py32, py33, py34, flake8 [testenv] downloadcache = {toxworkdir}/cache |