Commit 0569c412 authored by Hartmut Goebel's avatar Hartmut Goebel
Browse files

setup, tests: Clean up tox default environment list.

Remove the version numbers from the python environment names and use
just "py3". This will make the test being run by the default python3
installed.

Drawback: This will no longer by default test with other Python
versions installed on a system. Anyhow, it is unknown whether anybody
actually uses this feature for this project and it removes some
maintenance burden.
parent e94345a7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[tox]
minversion=2.3.1
envlist = py36,py37,py38,py39,linters
envlist = py,linters

[testenv]
deps =