summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-26 10:47:49 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-26 10:47:49 -0400
commitaeec2507cab7ce21ef21f5d56c4d6332aa210731 (patch)
treef4dbe115148f7c9b9720ed067e44128e5d2384f8 /tox.ini
parent78a0b5c07e8921f41c5457ee191e7c54ea326278 (diff)
downloadpython-coveragepy-git-aeec2507cab7ce21ef21f5d56c4d6332aa210731.tar.gz
Pin dependencies for the next time I have to dig into the past
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 7 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index a3caad17..d4aeeef0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,13 +22,13 @@ commands =
python igor.py test_with_tracer c {posargs}
deps =
- nose
- mock
- PyContracts
- py26: unittest2
- py26,py27: gevent
- py26,py27: eventlet
- py26,py27,py33,py34,py35: greenlet
+ nose==1.3.7
+ mock==1.3.0
+ PyContracts==1.7.6
+ py26: unittest2==1.1.0
+ py26,py27: gevent==1.0.2
+ py26,py27: eventlet==0.17.4
+ py26,py27,py33,py34,py35: greenlet==0.4.7
setenv =
pypy24,pypy26,pypy3_24: COVERAGE_NO_EXTENSION=no C extensions under PyPy