Remove empty file
It's useless to include it since it's empty. Change-Id: I18e147ed2a62671ece9228eb3c6c411bb2aea8f7changes/17/120717/1
parent
f6fee8b01f
commit
846487072c
3
tox.ini
3
tox.ini
|
@ -6,8 +6,7 @@ envlist = pep8
|
|||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install -U {opts} {packages}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
sitepackages = False
|
||||
downloadcache = {toxworkdir}/_download
|
||||
|
|
Loading…
Reference in New Issue