|
|
|
@ -11,10 +11,9 @@ setenv = VIRTUAL_ENV={envdir}
|
|
|
|
|
NOSE_OPENSTACK_RED=0.05
|
|
|
|
|
NOSE_OPENSTACK_YELLOW=0.025
|
|
|
|
|
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
|
|
|
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
|
|
|
|
|
deps = -r{toxinidir}/requirements.txt
|
|
|
|
|
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
|
|
|
|
-r{toxinidir}/requirements.txt
|
|
|
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
|
http://tarballs.openstack.org/horizon/horizon-master.tar.gz
|
|
|
|
|
commands = python manage.py test {posargs}
|
|
|
|
|
|
|
|
|
|
[testenv:pep8]
|
|
|
|
|