Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 28fdee7

Browse files
committed
Remove Python 3.2 from tox file
1 parent 06d987d commit 28fdee7

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
@@ -4,7 +4,7 @@
44
# install tox" and then run "tox" from this directory.
55

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

99
[testenv]
1010
# Make sure reading the UTF-8 from test.py works regardless of the locale used.

0 commit comments

Comments
 (0)