mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-24 04:33:43 +00:00
updated tox for only one py version as we use multiple in the action.
This commit is contained in:
parent
24bb8e66df
commit
794a54eee4
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
envlist =
|
||||
clean,
|
||||
py{36,37,38,39}
|
||||
test,
|
||||
cov
|
||||
skip_missing_interpreters = True
|
||||
isolated_build = True
|
||||
|
|
@ -16,8 +16,8 @@ deps = .[test]
|
|||
commands =
|
||||
pytest -n 0 --cov --cov-append --cov-report=term-missing --disable-warnings --junitxml=report.xml
|
||||
depends =
|
||||
py{36,37,38,39}: clean
|
||||
cov: py{36,37,38,39}
|
||||
test: clean
|
||||
cov: test
|
||||
|
||||
|
||||
[testenv:cov]
|
||||
|
|
|
|||
Loading…
Reference in a new issue