adding py39 to tox

This commit is contained in:
Kayou 2021-09-01 17:23:27 +02:00 committed by GitHub
parent 4cacaefbfe
commit 3cb81a54fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
tox.ini
View file

@ -1,6 +1,6 @@
[tox] [tox]
envlist = envlist =
py37-{pytest,lint,invalidcode} py{37,39}-{pytest,lint,invalidcode}
format format
format-check format-check
docs docs
@ -11,13 +11,13 @@ usedevelop = True
passenv = * passenv = *
extras = tests extras = tests
deps = deps =
py37-pytest: .[tests] py{37,39}-pytest: .[tests]
py37-lint: flake8 py{37,39}-lint: flake8
py37-invalidcode: flake8 py{37,39}-invalidcode: flake8
commands = commands =
py37-pytest: pytest {posargs} -c pytest.ini py{37,39}-pytest: pytest {posargs} -c pytest.ini
py37-lint: flake8 moulinette test py{37,39}-lint: flake8 moulinette test
py37-invalidcode: flake8 moulinette test --select F py{37,39}-invalidcode: flake8 moulinette test --select F
[gh-actions] [gh-actions]
python = python =