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]
|
||||
envlist =
|
||||
py37-{pytest,lint,invalidcode}
|
||||
py{37,39}-{pytest,lint,invalidcode}
|
||||
format
|
||||
format-check
|
||||
docs
|
||||
|
@ -11,13 +11,13 @@ usedevelop = True
|
|||
passenv = *
|
||||
extras = tests
|
||||
deps =
|
||||
py37-pytest: .[tests]
|
||||
py37-lint: flake8
|
||||
py37-invalidcode: flake8
|
||||
py{37,39}-pytest: .[tests]
|
||||
py{37,39}-lint: flake8
|
||||
py{37,39}-invalidcode: flake8
|
||||
commands =
|
||||
py37-pytest: pytest {posargs} -c pytest.ini
|
||||
py37-lint: flake8 moulinette test
|
||||
py37-invalidcode: flake8 moulinette test --select F
|
||||
py{37,39}-pytest: pytest {posargs} -c pytest.ini
|
||||
py{37,39}-lint: flake8 moulinette test
|
||||
py{37,39}-invalidcode: flake8 moulinette test --select F
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
|
|
Loading…
Reference in a new issue