Update tox with new requirements

Change requirements file naming to be
similar to the requirements-direct.txt name
and update tox.ini with the new name
This commit is contained in:
Scott Hussey 2017-07-14 17:20:14 -05:00
parent 07f2afc112
commit 459ddf1023
3 changed files with 9 additions and 8 deletions

6
requirements-test.txt Normal file
View File

@ -0,0 +1,6 @@
pytest-mock
pytest
requests-mock
mock
tox
oslo.versionedobjects[fixtures]>=1.23.0

View File

@ -1,5 +0,0 @@
pytest-mock
pytest
mock
tox
oslo.versionedobjects[fixtures]>=1.23.0

View File

@ -3,8 +3,8 @@ envlist = py35
[testenv]
deps=
-rrequirements.txt
-rtestrequirements.txt
-rrequirements-direct.txt
-rrequirements-test.txt
setenv=
PYTHONWARNING=all
commands=
@ -12,4 +12,4 @@ commands=
{posargs}
[flake8]
ignore=E302,H306
ignore=E302,H306