From c15d42ce818ea74879d2e043607dadbcb82b6c58 Mon Sep 17 00:00:00 2001 From: Eyal Date: Mon, 30 Dec 2019 12:38:06 +0200 Subject: [PATCH] Use only py3 as base Change-Id: Id6397f7374f621333adfc96c8a8c80ce665c1924 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 63e0d3e..7cafdb5 100644 --- a/tox.ini +++ b/tox.ini @@ -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