Add py35 to tox.ini default envs

Ubuntu 16.04 switches to this for python3, so it's good to include it in
the default list that is attempted when one runs 'tox'.

Change-Id: Idae2118b3179010df8a9559a059d50b1decca8e5
This commit is contained in:
Clint Byrum 2016-10-03 11:51:00 -07:00
parent 5dc4124b8d
commit 1a54dd98f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py34,pep8
envlist = py27,py34,py35,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}