diff --git a/.zuul.yaml b/.zuul.yaml index 310491af..c5652cf9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,6 +3,5 @@ - check-requirements - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - periodic-stable-jobs diff --git a/tox.ini b/tox.ini index b8168d36..7441bded 100644 --- a/tox.ini +++ b/tox.ini @@ -35,12 +35,6 @@ commands = stestr run {posargs} stestr slowest -[testenv:py35] -commands = - {[testenv]commands} - stestr run {posargs} - stestr slowest - [testenv:py36] commands = {[testenv]commands}