Merge "change default python 3 env in tox to 3.5"

This commit is contained in:
Zuul
2018-02-11 15:30:28 +00:00
committed by Gerrit Code Review

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py27,pep8
envlist = py35,py27,pep8
skipsdist = True
[testenv]