From 9d7c49e962f389bcf405a155b961c1f2bd9fdd34 Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Mon, 11 Jul 2016 20:41:14 +0300 Subject: [PATCH] Add py27-mitaka tox target Adding a mitaka tox target, that will allow testing current code against mitaka upper constraints. Change-Id: Id112efac797b3f9a0a916dcd04896c703f4a570e --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index c7514fc8..06b9a394 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,10 @@ commands = bash tools/pretty_tox.sh '{posargs}' [testenv:pep8] commands = flake8 {posargs} +[testenv:py27-mitaka] +install_command = + {toxinidir}/tools/tox_install.sh https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/mitaka {opts} {packages} + [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