Add explicit support for py35

This is what we're gating on, so we ought to have it in tox.ini.

Change-Id: I0e63ed95d98be7b6b7244ac608257c1b0d3b2d47
This commit is contained in:
Ben Nemec 2017-01-20 15:48:10 +00:00
parent 8ee5febf51
commit 4576fdcfb9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py34,py27,pep8,pypy
envlist = py{35,34,27},pep8,pypy
[testenv]
usedevelop = True