Skip to content

Commit 1b156e6

Browse files
committed
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.
1 parent eda5d19 commit 1b156e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py32, py33, py34, pypy, flake8, checkspelling
2+
envlist = py27, py33, py34, pypy, flake8, checkspelling
33

44
[testenv]
55
deps = -rtest-requirements.txt

0 commit comments

Comments
 (0)