summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2019-02-27 17:17:23 +0530
committerVishal Manchanda <manchandavishal143@gmail.com>2019-03-18 05:48:24 +0000
commitf8e0be59a2e770c801122b4405009d22dbc7fd2e (patch)
tree4aa28b712edeb2716daf99867fca05dee54d0095 /tox.ini
parent096438b6473adc38ee4e8d9ca8a1bc3b7e5628dc (diff)
downloadhorizon-f8e0be59a2e770c801122b4405009d22dbc7fd2e.tar.gz
Add py36 and py37 tox envs
With python3.6 and python3.7 jobs added to the Zuul jobs, it makes sense to add this to the tox config too. Change-Id: Icf4a05048c406250ad6331f5593617471dcba319
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a8b8a6ee2..7cc0d9ddf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
-envlist = pep8,py27,py3-dj111,releasenotes,npm
-minversion = 2.3.2
+envlist = pep8,py27,py36,py37,py3-dj111,releasenotes,npm
+minversion = 2.5.0
skipsdist = True
[testenv]