summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-03-10 12:35:43 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-03-10 12:35:43 -0400
commit4b6ab5cdf0ac3f535b85cd9a303e6356560ab27c (patch)
treedc8f267bb6b79d193e3e9e33e063ae522ac11cc9 /tox.ini
parent40063a3e8ec7e2b6fbf1a5441082d85c001dcb06 (diff)
downloadpython-coveragepy-git-4b6ab5cdf0ac3f535b85cd9a303e6356560ab27c.tar.gz
Update requirements
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ec740472..ac6299a0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,8 +13,8 @@ deps =
# Check here for what might be out of date:
# https://requires.io/github/nedbat/coveragepy/requirements/
-r requirements/pytest.pip
- pip==18.1
- setuptools==40.6.3
+ pip==19.0.3
+ setuptools==40.8.0
# gevent 1.3 causes a failure: https://github.com/nedbat/coveragepy/issues/663
py{27,34,35,36}: gevent==1.2.2
py{27,34,35,36,37,38}: eventlet==0.24.1