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:
parent
4c7a4099ca
commit
044eb6b213
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user