Merge "remove pytidylib and netifaces from tox.ini external dependency"

This commit is contained in:
Jenkins 2015-01-22 21:20:19 +00:00 committed by Gerrit Code Review
commit 419669019f

View File

@ -6,7 +6,7 @@ envlist = py27,py33,py34,py-mysql,py-pgsql,pep8
[testenv]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install -U --allow-external pytidylib --allow-insecure pytidylib --allow-external netifaces --allow-insecure netifaces {opts} {packages}
install_command = pip install -U {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
EVENTLET_NO_GREENDNS=yes