Pin mock for py26

This commit is contained in:
Ian Cordasco 2015-07-10 09:46:57 -05:00
parent b0f30f97fb
commit a4a4a48667

View file

@ -13,6 +13,11 @@ commands =
python setup.py flake8
nosetests flake8.tests._test_warnings
[testenv:py26]
deps =
mock==1.0.1
nose
[testenv:py27-flake8]
basepython = python2.7
deps =