Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci committed Nov 30, 2024
1 parent 8321cfc commit f7916e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ commands =
playwright install chromium
playwright install-deps chromium firefox
camoufox fetch --browserforge
py38: pytest --config-file=../pytest.ini --cov=scrapling --cov-report=xml
py{39,310,311,312,313}: pytest --config-file=../pytest.ini --cov=scrapling --cov-report=xml -n auto
py38: pytest --config-file=pytest.ini --cov=scrapling --cov-report=xml
py{39,310,311,312,313}: pytest --config-file=pytest.ini --cov=scrapling --cov-report=xml -n auto

[testenv:pre-commit]
basepython = python3
Expand Down

0 comments on commit f7916e5

Please sign in to comment.