Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmi committed Jun 14, 2022
1 parent 2c3fd03 commit d4acb72
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
@@ -1,7 +1,7 @@
[tox]
isolated_build = true
envlist =
py{37,38,39}
py{37,38,39}{,-numba}

skip_missing_interpreters = {env:TOX_SKIP_MISSING_INTERPRETERS:True}

Expand All @@ -16,5 +16,6 @@ python =
whitelist_externals = poetry
# TODO coverage
commands =
poetry install -v
numba: poetry install -v --extras "numba"
!numba: poetry install -v
poetry run ./runtests.py {posargs}

0 comments on commit d4acb72

Please sign in to comment.