tox: use nova stable/ocata

nova stable/ocata should be used for the ocata branch, otherwise
the unit tests are failing.

Change-Id: If7495d769f8588252f21bfd2b16da75059ca3129
This commit is contained in:
Claudiu Belu 2017-06-08 12:04:14 +03:00
parent 7f925601e6
commit 6dd7b10592
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/nova#egg=nova
-egit+https://github.com/openstack/nova@stable/ocata#egg=nova
commands =
find . -type f -name "*.pyc" -delete
python setup.py testr --slowest --testr-args='{posargs}'