Pinning mock module to < 1.1 fo py26

It has been announced that mock>=1.1 will be
supported for python 2.7 only.
This commit is contained in:
Bruno Oliveira 2015-07-10 19:57:48 -03:00
parent e7374c39ba
commit 65c56d4c00
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ deps=
nose
mock
[testenv:py26]
commands= py.test --lsof -rfsxX {posargs:testing}
deps=
nose
mock<1.1 # last supported version for py26
[testenv:py27-subprocess]
changedir=.
basepython=python2.7