diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-13 10:22:06 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-13 10:22:06 -0500 |
| commit | 8613ebce1acfcfd780bc5394179c3bfbb9c2790e (patch) | |
| tree | b2fd75ea865ad3cfa79bbcc04b98b02ad0db0c22 /tox.ini | |
| parent | bc99309895c8d2a93291c732c3c01ec343af6417 (diff) | |
| download | python-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |
