tox needs to pull from stable/queens

Updates the tox.ini to pull from ceilometer's stable/queens branch
instead of master. This should have been done when we first
branched queens here, but was missed.

Change-Id: I8822db17ee8f96fb09db2b15f56ec088432b7823
This commit is contained in:
Matthew Edmonds 2018-03-21 17:55:03 -04:00
parent 0fb442411e
commit 11c72396ab
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/ceilometer#egg=ceilometer
-egit+https://github.com/openstack/ceilometer@stable/queens#egg=ceilometer
whitelist_externals = bash
commands = bash tools/pretty_tox.sh '{posargs}'