summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-05-20 14:05:41 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-05-20 14:05:41 -0400
commit09880570aed1bd4db1403043156fe67fd38a0cc4 (patch)
treeebc8cd5ad86bf225c6664b9fe63731d22cd3084e /tox.ini
parente0b9dca9cffebecbc51c90c10192936e14001611 (diff)
downloadpython-coveragepy-git-09880570aed1bd4db1403043156fe67fd38a0cc4.tar.gz
Use the latest of everything
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 a80dac3b..9d6c4999 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,14 +12,14 @@ deps =
# https://requires.io/github/nedbat/coveragepy/requirements/
pip==8.1.2
nose==1.3.7
- mock==1.3.0
+ mock==2.0.0
PyContracts==1.7.9
py26: unittest2==1.1.0
py{27,33,34,35,36}: gevent==1.1.1
py{26,27,33,34,35,36}: eventlet==0.19.0
py{26,27,33,34,35,36}: greenlet==0.4.9
# setuptools no longer supports Python 3.2
- pypy3_24: setuptools==21.0.0
+ pypy3_24: setuptools==21.1.0
# Windows can't update the pip version with pip running, so use Python
# to install things.