mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
adding py39 to tox
This commit is contained in:
parent
4cacaefbfe
commit
3cb81a54fc
1 changed files with 7 additions and 7 deletions
14
tox.ini
14
tox.ini
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue