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:
Paul Belanger 2015-11-12 19:55:53 -05:00
parent 0d6a2ec707
commit 4d30ddcee5
2 changed files with 2 additions and 2 deletions

View File

@ -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