Use only py3 as base

Change-Id: Id6397f7374f621333adfc96c8a8c80ce665c1924
This commit is contained in:
Eyal 2019-12-30 12:38:06 +02:00
parent 0950c76236
commit c15d42ce81

View File

@ -1,7 +1,8 @@
[tox] [tox]
minversion = 2.3.1 minversion = 3.1.1
envlist = py37,pep8 envlist = py37,pep8
skipsdist = True skipsdist = True
ignore_basepython_conflict = True
[testenv] [testenv]
basepython = python3 basepython = python3