Merge "Add py36 and py37 tox envs"

This commit is contained in:
Zuul 2019-03-25 07:39:55 +00:00 committed by Gerrit Code Review
commit f9c2af5936
1 changed files with 2 additions and 2 deletions

View File

@ -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]