Rename dev-requirements.txt to test-requirements.txt
This is a cosmetic change to bring our requirements.txt files in line with other OpenStack projects. Change-Id: I3937a7bff76edb2fda98a328f172d6435fa8e95d Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -7,7 +7,7 @@ envlist = docs,pep8,bashate
|
||||
usedevelop = True
|
||||
install_command = pip install -U {opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
deps = -r{toxinidir}/dev-requirements.txt
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:docs]
|
||||
commands=
|
||||
@@ -15,7 +15,7 @@ commands=
|
||||
|
||||
# environment used by the -infra templated docs job
|
||||
[testenv:venv]
|
||||
deps = -r{toxinidir}/dev-requirements.txt
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = {posargs}
|
||||
|
||||
# Run hacking/flake8 check for all python files
|
||||
|
Reference in New Issue
Block a user