summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2019-03-19 08:29:35 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2019-03-19 10:09:36 +0100
commite173757908acda34dabe82acfe16e9fcb97f8bdc (patch)
treedaba93f3e873721d9f1de624754d1e90da2d5bb8 /tox.ini
parentfa0715eeac380992cf9cca6d4de1daf42e976189 (diff)
downloadzuul-e173757908acda34dabe82acfe16e9fcb97f8bdc.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 671841cd6..45c1562cf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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