Fix tox and update entry to reflect full name

Closes-Bug: 1583836

Change-Id: I553180ff317936e1d06162c9d09a26e14caaff63
This commit is contained in:
Sahdev Zala 2016-05-19 16:35:09 -07:00
parent 9920188cfb
commit dfb984508a

View File

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