summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-03-24 12:22:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-03-24 12:22:31 -0400
commit3515f9af5d356fdb8f1c7889f6721ddef17be89a (patch)
tree8a4815470ccb1214f5f7c42c06cdeb747b4a8812
parentc066a2e8d7cd433f95654c26dbf512ac496f38f2 (diff)
downloadpython-coveragepy-3515f9af5d356fdb8f1c7889f6721ddef17be89a.tar.gz
Pip 9.0.3 restores py26 support
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b227133..abd9602 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ usedevelop = True
deps =
# https://requires.io/github/nedbat/coveragepy/requirements/
-rrequirements/pytest.pip
- pip==9.0.2
+ pip==9.0.3
# setuptools>=36 vendors packages which pollute the coverage output in tests
setuptools==35.0.2
mock==2.0.0