Switch from py36 to py37 as default python3 interpreter version

Change-Id: I2868e1ee1840c5b90a03a53976dd57269b48cb70
This commit is contained in:
Federico Ressi 2019-07-23 10:50:49 +02:00
parent 95ab7f8ebb
commit e971227468
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = pep8,pylint,py36,py27,docs
envlist = pep8,pylint,py37,py27,docs
minversion = 2.3.2