Update the python version in envlist attribut.

Update the python 3 version with the latest stable. Remove the python 2
version. The support of this version is soon finish.

Change-Id: Id80849594d43977a5e058f2b88ef3b6ddda5d072
This commit is contained in:
Daniel Bengtsson 2019-11-14 15:14:01 +01:00
parent c3d9c9fc71
commit b67d3d35c7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pep8
envlist = py37,pep8
skipsdist = True
[testenv]