Add py35 to tox envlist

Change-Id: I4a392b62806250bb7cc599da0014ca4da6519744
This commit is contained in:
Ben Nemec 2017-02-09 17:45:11 +00:00
parent e28f501142
commit 86492f65ab
1 changed files with 1 additions and 1 deletions

View File

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