Remove support for py34.

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: Iec20a052df14c3a6c882012488c36ea3eb0a939a
This commit is contained in:
deepakmourya 2017-06-15 09:50:52 +05:30 committed by Deepak Mourya
parent 6648650bcf
commit 24d1cbbee9
2 changed files with 2 additions and 3 deletions

View File

@ -16,8 +16,7 @@ classifier =
Programming Language :: Python :: 2 Programming Language :: Python :: 2
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5
[build_sphinx] [build_sphinx]
source-dir = doc/source source-dir = doc/source
build-dir = doc/build build-dir = doc/build

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
envlist = docs,py27,pep8 envlist = docs,py27,py35,pep8
skipsdist = True skipsdist = True
[testenv] [testenv]