diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst index 5e17bb1365..05b8faacfa 100644 --- a/doc/source/contributor/dev-quickstart.rst +++ b/doc/source/contributor/dev-quickstart.rst @@ -98,7 +98,7 @@ Running Unit and Style Tests All unit tests should be run using tox. To run Ironic's entire test suite:: - # to run the py27, py35 unit tests, and the style tests + # to run the py27, py3 unit tests, and the style tests tox To run a specific test or tests, use the "-e" option followed by the tox target diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 0b40edceb0..0c89d48d17 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -4,7 +4,6 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - periodic-stable-jobs - publish-openstack-docs-pti