summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-12-13 10:22:06 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-12-13 10:22:06 -0500
commit8613ebce1acfcfd780bc5394179c3bfbb9c2790e (patch)
treeb2fd75ea865ad3cfa79bbcc04b98b02ad0db0c22 /tox.ini
parentbc99309895c8d2a93291c732c3c01ec343af6417 (diff)
downloadpython-coveragepy-git-8613ebce1acfcfd780bc5394179c3bfbb9c2790e.tar.gz
Drop support for CPython 3.2. Now I can use u'' unicode literals freely.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c1dc50b0..7e74d95a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py32, py33, py34, pypy22, pypy23, pypy24, pypy3_23, pypy3_24
+envlist = py26, py27, py33, py34, pypy22, pypy23, pypy24, pypy3_23, pypy3_24
[testenv]
commands =