Merge "Change py35 to py3 so Python 3.6 can be picked up"

This commit is contained in:
Zuul 2018-09-20 22:37:28 +00:00 committed by Gerrit Code Review
commit a9c226a0fd
1 changed files with 1 additions and 1 deletions

View File

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