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:
Ronny Pfannschmidt 2016-05-18 21:31:56 +02:00
commit 6f98cd6faa
1 changed files with 2 additions and 1 deletions

View File

@ -16,9 +16,10 @@ deps=
[testenv:py26]
commands= py.test --lsof -rfsxX {posargs:testing}
# pinning mock to last supported version for python 2.6
deps=
nose
mock<1.1 # last supported version for py26
mock<1.1
[testenv:py27-subprocess]
changedir=.