Merge "Add py37 environment to tox"

This commit is contained in:
Zuul 2019-03-19 21:57:10 +00:00 committed by Gerrit Code Review
commit 6bf1281615
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ install_command = {[nodeenv]install_command}
[testenv:py36]
install_command = {[nodeenv]install_command}
[testenv:py37]
install_command = {[nodeenv]install_command}
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if
# system dependencies are missing, since it's used to tell you what system