Delete support py33 and py34

Python py33 and py34 is not supported from Mitaka. This patch set
will delete this.

Change-Id: Id7cdbd4db6d72470f8efe074dd0730a643965d78
This commit is contained in:
Nam Nguyen Hoai 2017-02-08 09:48:37 +07:00
parent a2106ef58b
commit 8720944185
2 changed files with 2 additions and 3 deletions

View File

@ -16,8 +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.4
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]
usedevelop = True