diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-28 08:15:12 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-28 08:15:12 -0500 |
commit | 41622ffbd9b92cf2d572a3e1ea6f14308d0f3159 (patch) | |
tree | 76a0b79a11a415b055a199c6fb6977a1cd461079 | |
parent | 7f15dd95f5626eea58ca91172885eeaf019aed14 (diff) | |
download | python-coveragepy-git-41622ffbd9b92cf2d572a3e1ea6f14308d0f3159.tar.gz |
Tox 1.9 knows about Python 3.5
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | tox.ini | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 5b19f9cc..ab84656b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ nose mock pylint -tox >= 1.8 +tox >= 1.9 @@ -35,10 +35,6 @@ setenv = usedevelop = True -[testenv:py35] -# Just until tox learns with 35 means. -basepython = python3.5 - [testenv:pypy24] basepython = pypy2.4 |