fix the tosca-parser job

There is a limit of 127 characters for the python interpreter used in
our testing CI. The depends-on patch renames the job to a shorter name.
This patch updates the tox virtual env definition. Once the depends-on
is merged, this change should fix the job.

Depends-On: I0a44bf05b24a66a76c9dac3f262991c894677ceb

Change-Id: I117b57702e06716d0ba3af1ef974fcff8c15d460
This commit is contained in:
Steve Martinelli 2016-08-10 10:09:09 -07:00
parent 1e86410da4
commit 99000c224e

View File

@ -27,7 +27,7 @@ commands = python setup.py build_sphinx
[testenv:debug] [testenv:debug]
commands = oslo_debug_helper -t translator/tests {posargs} commands = oslo_debug_helper -t translator/tests {posargs}
[testenv:py27-tosca-parser-master] [testenv:py27-tp]
commands = commands =
./run_py27-tosca-parser-master.sh ./run_py27-tosca-parser-master.sh
python setup.py test --slowest --testr-args='{posargs}' python setup.py test --slowest --testr-args='{posargs}'