Update tox to delete py34

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: I04e036521c902d846b6341ce1fd7fc2662bff8df
This commit is contained in:
yanjun.fu 2017-02-08 16:57:15 +08:00 committed by yankee
parent d10b467af4
commit 7b5a91a7b8
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5

View File

@ -1,6 +1,6 @@
[tox]
distribute = False
envlist = py35,py34,py27,pep8
envlist = py35,py27,pep8
minversion = 2.0
skipsdist = True