Python 3.5 is added

Added python 3.5 to setup.cfg so it contains all supported python
versions. Removed python 3.4 in tox.ini because 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: I5051826fdc867caea9f6a17c39a86e1799365527
This commit is contained in:
kavithahr 2017-03-09 11:00:04 +05:30
parent 2d658aaeb9
commit 0e397eb988
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py34,py27,pep8
envlist = py35,py27,pep8
[testenv]
install_command =