Fix tox and update entry to reflect full name
Closes-Bug: 1583836 Change-Id: I553180ff317936e1d06162c9d09a26e14caaff63
This commit is contained in:
parent
9920188cfb
commit
dfb984508a
4
tox.ini
4
tox.ini
@ -27,9 +27,9 @@ commands = python setup.py build_sphinx
|
||||
[testenv:debug]
|
||||
commands = oslo_debug_helper -t translator/tests {posargs}
|
||||
|
||||
[testenv:py27-tosca-master]
|
||||
[testenv:py27-tosca-parser-master]
|
||||
commands =
|
||||
pip install -q -U -e "git+https://git.openstack.org/openstack/tosca-parser.git#egg=tosca_parser"
|
||||
pip install -q -U -e git+https://git.openstack.org/openstack/tosca-parser.git#egg=tosca_parser
|
||||
python setup.py test --slowest --testr-args='{posargs}'
|
||||
|
||||
[flake8]
|
||||
|
Loading…
Reference in New Issue
Block a user