Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Jun 17, 2023
1 parent 099e738 commit 3bfdca4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ python =

[tox]
envlist = py37, py38, py39, py310, py311, pypy3
isolated_build = True
isolated_build = true
skipsdist = true

[testenv:lint]
skip_install = true
Expand All @@ -25,6 +26,6 @@ commands =
[testenv]
allowlist_externals = poetry
commands =
poetry install -v --no-root
poetry install -v
coverage run -m pytest tests {posargs}
passenv = CI

0 comments on commit 3bfdca4

Please sign in to comment.