diff --git a/tox.ini b/tox.ini index 044355e9b..b91baa8df 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,12 @@ commands = {toxinidir}/manage.py test muranodashboard --settings=muranodashboard sitepackages = False commands = flake8 +[testenv:py27-mitaka] +install_command = pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/mitaka {opts} {packages} +deps = -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt + http://tarballs.openstack.org/horizon/horizon-stable-mitaka.tar.gz + [testenv:venv] # NOTE(from nova tox.ini by jaegerandi): This target does not use constraints # because upstream infra does not yet support it. Once that's fixed, we can