Merge "tox: Use the default version of Python 3 for tox tests"

This commit is contained in:
Zuul 2017-10-23 16:14:14 +00:00 committed by Gerrit Code Review
commit 9ea63a40bd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py35,py27,func,pep8
envlist = py3,py27,func,pep8
[testenv]
usedevelop = True