mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-12-05 01:40:44 +00:00
Update tox config to use new plugin config option
This commit is contained in:
parent
b32a212e82
commit
99c10482fc
8
tox.ini
8
tox.ini
@ -5,7 +5,7 @@ isolated_build = true
|
||||
[testenv]
|
||||
description = Run the tests
|
||||
require_locked_deps = true
|
||||
deps =
|
||||
locked_deps =
|
||||
pytest
|
||||
pytest-cov
|
||||
toml
|
||||
@ -18,7 +18,7 @@ basepython = python3.8
|
||||
platform = linux
|
||||
ignore_errors = true
|
||||
require_locked_deps = true
|
||||
deps =
|
||||
locked_deps =
|
||||
pylint
|
||||
mypy
|
||||
black
|
||||
@ -46,7 +46,7 @@ basepython = python3.8
|
||||
platform = linux
|
||||
ingore_errors = true
|
||||
require_locked_deps = true
|
||||
deps =
|
||||
locked_deps =
|
||||
pylint
|
||||
mypy
|
||||
black
|
||||
@ -69,7 +69,7 @@ basepython = python3.8
|
||||
platform = linux
|
||||
ingore_errors = true
|
||||
require_locked_deps = true
|
||||
deps =
|
||||
locked_deps =
|
||||
bandit
|
||||
safety
|
||||
poetry
|
||||
|
Loading…
Reference in New Issue
Block a user