Skip to content

Commit 5d19975

Browse files
Update tox.ini
Drop support for Python 3.2. No longer supported by coverage and others.
1 parent 294def9 commit 5d19975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py32, py33, py34
7+
envlist = py26, py27, py33, py34
88

99
[testenv]
1010
changedir = tests

0 commit comments

Comments
 (0)