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

Update tox.ini from template

parent ca84c2c6
No related branches found
No related tags found
No related merge requests found
Pipeline #4655 failed
[tox]
skipsdist = True
skip_missing_interpreters = true
envlist = py37,py38
envlist = py37,py38,py39
[testenv]
whitelist_externals = poetry
......@@ -22,8 +22,8 @@ setenv =
[testenv:lint]
commands =
- poetry run black --check --diff aleksis/
- poetry run isort -c --diff --stdout aleksis/
poetry run black --check --diff aleksis/
poetry run isort -c --diff --stdout aleksis/
poetry run flake8 {posargs} aleksis/
[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