Merge pull request #1560 from nicoddemus/fix-py26-tox-comment
Move comment in tox.ini due to recent bug in pip
This commit is contained in:
commit
6f98cd6faa
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