Skip to content
Snippets Groups Projects
Verified Commit 0cefd4eb authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update tox.ini from template

parent 405aa743
No related branches found
No related tags found
No related merge requests found
Pipeline #4679 passed
[tox] [tox]
skipsdist = True skipsdist = True
skip_missing_interpreters = true skip_missing_interpreters = true
envlist = py37,py38 envlist = py37,py38,py39
[testenv] [testenv]
whitelist_externals = poetry whitelist_externals = poetry
...@@ -22,8 +22,8 @@ setenv = ...@@ -22,8 +22,8 @@ setenv =
[testenv:lint] [testenv:lint]
commands = commands =
- poetry run black --check --diff aleksis/ poetry run black --check --diff aleksis/
- poetry run isort -c --diff --stdout aleksis/ poetry run isort -c --diff --stdout aleksis/
poetry run flake8 {posargs} aleksis/ poetry run flake8 {posargs} aleksis/
[testenv:security] [testenv:security]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment