Add py37 environment to tox

On some newer distros like Fedora we need to be able to run tox with
py37. For the py3* environments we need to use the pip wrapper so
declare this as well.

Change-Id: I666098238383ebc70982772dbeb449ab37b3b37c
This commit is contained in:
Tobias Henkel 2019-03-19 08:29:35 +01:00
parent fa0715eeac
commit e173757908
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
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