commit | 4e79004730f2e180b56cfce1f5c885d30ffcd8d5 | [log] [tgz] |
---|---|---|
author | Manik Bindlish <manikbindlish19@gmail.com> | Fri Mar 08 07:19:26 2019 +0000 |
committer | Manik Bindlish <manikbindlish19@gmail.com> | Fri Mar 08 07:21:38 2019 +0000 |
tree | 41b6edc832a003640eb2e0d38b20deb14559379d | |
parent | 2023ccae69011b9498daa9c3e2822f9505410265 [diff] [blame] |
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: If43229826b4860e39eb3334609a77be13f0df5fe
diff --git a/tox.ini b/tox.ini index 20a7779..aa7bcd4 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = pep8,py35,py27 +envlist = pep8,py35,py36,py37,py27 skipsdist = True [testenv]