tox: Use the new hotness for constraints

Change-Id: I91e7cb43bd39d808ea6e5da7d39686b25f72f3dc
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2019-05-04 11:08:07 -06:00
parent 6503e2426e
commit 4fb6e078ee
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = py27,py36,pypy,pep8
whitelist_externals =
find
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.pyc" -delete