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
1 changed files with 2 additions and 1 deletions

View File

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