Use yoga upper constraints for openstack-tox-py36
Change-Id: I479e90c62573b4fceb809551cea2456e6bf396f7
This commit is contained in:
parent
66f0066273
commit
41577fd913
6
tox.ini
6
tox.ini
@ -26,6 +26,12 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
|
|
||||||
|
[testenv:py36]
|
||||||
|
deps =
|
||||||
|
-c https://releases.openstack.org/constraints/upper/yoga
|
||||||
|
-r{toxinidir}/requirements.txt
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands =
|
commands =
|
||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user