From 2533803d567a732703b2eb72f54a74d494c4342b Mon Sep 17 00:00:00 2001 From: qingszhao Date: Sun, 30 Sep 2018 09:52:00 +0800 Subject: [PATCH] Removed older version of python added 3.5 In setup.cfg file the python 3.5 is added In tox.ini the python 3.5 is added Change-Id: If707a85d05fdf998955e364a3e6f03f665d88e57 Closes-Bug: #1801855 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ebf8822..c01bc9a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [files] packages = diff --git a/tox.ini b/tox.ini index b7e99b5..28b547b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 skipsdist = True [testenv]