Remove support for py33 and update to py35

Python 3.3 is not supported from Mitaka, as per Infra.
This patch removes the support and update to py35
for the same. Updated in venv also.

Change-Id: Ida50a9b6415cfc19bdbe37b3f6a60dc4c7aca73a
This commit is contained in:
Cao Xuan Hoang 2017-01-23 15:43:27 +07:00
parent 875f6583d8
commit cd77ca870a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.5
[files]
packages =

View File

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