New tox.ini

Change-Id: Ie82ddb5ae84cc4a724476982fb3aaf315dae68c9
This commit is contained in:
Fabio Verboso 2020-08-17 11:16:15 +02:00
parent a71417de71
commit ea2bd24206
1 changed files with 5 additions and 5 deletions

10
tox.ini
View File

@ -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]