Move comment in tox.ini due to recent bug in pip
As discussed in #1554 * https://bitbucket.org/hpk42/tox/issues/332/ * https://github.com/pypa/pip/issues/3667
This commit is contained in:
parent
8a94c66e68
commit
561a5fb558
3
tox.ini
3
tox.ini
|
@ -16,9 +16,10 @@ deps=
|
||||||
|
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
commands= py.test --lsof -rfsxX {posargs:testing}
|
commands= py.test --lsof -rfsxX {posargs:testing}
|
||||||
|
# pinning mock to last supported version for python 2.6
|
||||||
deps=
|
deps=
|
||||||
nose
|
nose
|
||||||
mock<1.1 # last supported version for py26
|
mock<1.1
|
||||||
|
|
||||||
[testenv:py27-subprocess]
|
[testenv:py27-subprocess]
|
||||||
changedir=.
|
changedir=.
|
||||||
|
|
Loading…
Reference in New Issue