summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2016-01-28 14:19:05 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2016-01-28 14:19:05 -0500
commit1b156e66feca34c199636d4107207dca71b39d24 (patch)
tree834c8b2609a1cb562e5e134ab863d0fba5bda22b
parenteda5d198eb6e788a536d7b72ed40eb8567cc0587 (diff)
downloadpython-markdown-1b156e66feca34c199636d4107207dca71b39d24.tar.gz
No longer test Python 3.2
Pip version 8 dropped support for Python 3.2 and by testing it we are getting errors (related to pip, not Markdown) on that version only. Removing the Py32 tests for now so our automated tools continue to work.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3292773..52a0584 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py32, py33, py34, pypy, flake8, checkspelling
+envlist = py27, py33, py34, pypy, flake8, checkspelling
[testenv]
deps = -rtest-requirements.txt