tox: Fix running epy27 for unit tests

Change-Id: Ic709cf26fb73d6873a116e65047b063ac8ad1cc7
This commit is contained in:
Moshe Levi 2016-06-20 15:14:20 +03:00
parent b6e67f72ee
commit 80e06fac11
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ install_command =
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
commands = python setup.py test
[testenv:common-constraints]
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}