tox: Use the new hotness for constraints
Change-Id: I91e7cb43bd39d808ea6e5da7d39686b25f72f3dc Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
6503e2426e
commit
4fb6e078ee
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user