Remove py34 settings from gating

The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: I04cc81852392e659dca0002b33f037383fb814c3
This commit is contained in:
indicoliteplus 2017-03-19 10:58:29 +08:00
parent 4c7a4099ca
commit 044eb6b213
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]