From ea2bd24206f354fd8c0ffeebb33af7ca68d9191d Mon Sep 17 00:00:00 2001 From: Fabio Verboso Date: Mon, 17 Aug 2020 11:16:15 +0200 Subject: [PATCH] New tox.ini Change-Id: Ie82ddb5ae84cc4a724476982fb3aaf315dae68c9 --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 99020df..63b9c28 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -minversion = 2.3.1 -envlist = py35,pep8 +minversion = 3.1.1 +envlist = py3,pep8 skipsdist = True [testenv] @@ -19,11 +19,11 @@ commands = find . -type f -name "*.pyc" -delete [testenv:pep8] -basepython = python2.7 +basepython = python3 commands = flake8 {posargs} -[testenv:py35] -basepython = python3.5 +[testenv:py3] +basepython = python3 [flake8]