Skip to content

Commit

Permalink
tox config format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Feb 10, 2023
1 parent 9a5abf1 commit 210b5e3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# on updates run 'python3 ci/bootstrap.py --no-env' to generate tests.yml github workflow
[testenv:bootstrap]
deps =
jinja2
tox
skip_install = true
commands =
python ci/bootstrap.py --no-env
python3 ci/bootstrap.py --no-env
; a generative tox configuration, see: https://tox.readthedocs.io/en/latest/config.html#generative-envlist

[tox]
Expand Down Expand Up @@ -67,10 +68,11 @@ commands =
coverage html

[testenv:clean]
commands = coverage erase
skip_install = true
deps =
coverage
skip_install = true
commands =
coverage erase

[flake8]
max-line-length = 100
Expand Down

0 comments on commit 210b5e3

Please sign in to comment.