mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
Move requirements files to standard names.
Change-Id: Ia27def1cf04aae8fe6e9f19e965b0083638d2201
This commit is contained in:
parent
918c4d9d44
commit
3768432707
3 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -8,8 +8,8 @@ setenv = VIRTUAL_ENV={envdir}
|
|||
NOSE_OPENSTACK_RED=0.05
|
||||
NOSE_OPENSTACK_YELLOW=0.025
|
||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||
deps = -r{toxinidir}/tools/pip-requires
|
||||
-r{toxinidir}/tools/test-requires
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = nosetests
|
||||
|
||||
[testenv:pep8]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue