Update a py35 environment to tox and classifier

Infra has been running python35 jobs, replaced the python34 jobs.
This is due to the change from Ubuntu Trusty to Xenial, where only
python3.5 is available.

So we update a py35 environment with the same definitions for
skipping not-yet-working checks as we have in place for py34 already.

Change-Id: I3e7fc720ca6bd9df80620d609e9a9603a644673a
This commit is contained in:
Cao Xuan Hoang 2017-02-27 11:41:15 +07:00
parent cdd940f11d
commit 772c4e18b7
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,5 +1,5 @@
[tox]
envlist = py34,py27,pep8
envlist = py35,py27,pep8
minversion = 1.6
skipsdist = True