diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-16 08:48:56 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-16 08:48:56 -0400 |
| commit | 749afd2c0035c01fc11cc93d6d8683aa57f5d96d (patch) | |
| tree | 68ce6f80f98d4898162faae6aee2059e3b6e0332 | |
| parent | a3aa66e1caae9e86ee324651632559dc6b74be96 (diff) | |
| download | python-coveragepy-749afd2c0035c01fc11cc93d6d8683aa57f5d96d.tar.gz | |
Mock broke 2.6 compatibility, so pin it for now.
| -rw-r--r-- | tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -22,10 +22,10 @@ commands = # Build the C extension and test with the CTracer {envpython} setup.py --quiet build_ext --inplace {envpython} igor.py test_with_tracer c {posargs} -passenv = * + deps = nose - mock + mock==1.0.1 PyContracts py26: unittest2 py26,py27: gevent @@ -36,6 +36,7 @@ setenv = pypy24,pypy26,pypy3_24: COVERAGE_NO_EXTENSION=no C extensions under PyPy usedevelop = True +passenv = * [testenv:pypy24] basepython = pypy2.4 |
