diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-20 14:05:41 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-20 14:05:41 -0400 |
| commit | 09880570aed1bd4db1403043156fe67fd38a0cc4 (patch) | |
| tree | ebc8cd5ad86bf225c6664b9fe63731d22cd3084e /tox.ini | |
| parent | e0b9dca9cffebecbc51c90c10192936e14001611 (diff) | |
| download | python-coveragepy-git-09880570aed1bd4db1403043156fe67fd38a0cc4.tar.gz | |
Use the latest of everything
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
