Change py34 to py35

Master is running on xenial now which tests python35, so change default
target to py35 in tox.ini.

Change-Id: Idf8672922a5508da841f7355c95b50a221416c0c
This commit is contained in:
Andreas Jaeger 2016-12-15 20:04:23 +01:00
parent 4ef0e117d8
commit 08be40a220
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 = py35,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}