Merge "Add py36 and py37 tox envs"

This commit is contained in:
Zuul 2019-03-04 08:40:41 +00:00 committed by Gerrit Code Review
commit 10a2dd2cc9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
envlist = py35,py27,pep8,docs envlist = py37,py36,py35,py27,pep8,docs
[testenv] [testenv]
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}