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:
Bruno Oliveira 2016-05-18 16:15:29 -03:00
parent 8a94c66e68
commit 561a5fb558
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=.