Merge "Remove py34 settings from gating"

This commit is contained in:
Jenkins 2017-03-23 15:22:22 +00:00 committed by Gerrit Code Review
commit 336b964f53
2 changed files with 1 additions and 2 deletions

View File

@ -44,7 +44,7 @@ To run multiple tests separate items by commas:
.. code-block:: console
$ tox -e py27,py34,pep8
$ tox -e py27,py35,pep8
.. _the unit testing section of the Testing wiki page: https://wiki.openstack.org/wiki/Testing#Unit_Tests

View File

@ -17,7 +17,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]