summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt14
-rw-r--r--tox.ini14
2 files changed, 14 insertions, 14 deletions
diff --git a/requirements.txt b/requirements.txt
index e2eede24..fbd9b890 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,14 +2,14 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
# PyPI requirements for running tests for coverage.py
-nose
-mock
-PyContracts
-tox >= 1.9
+nose==1.3.7
+mock==1.3.0
+PyContracts==1.7.6
+tox==2.1.1
# and for linting...
-pyenchant
-pylint
+pyenchant==1.6.6
+pylint==1.4.4
# and for kitting...
-twine
+twine==1.5.0
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