Skip to content

Commit

Permalink
tox.ini into pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Jan 31, 2024
1 parent 09c091e commit 0ebdac6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 21 deletions.
25 changes: 25 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,28 @@ ignore_errors = true
module = ["imlib.cells.*"]
ignore_errors = false
strict = true

[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py{39,310,311}
isolated_build = True
[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
[testenv]
extras =
dev
commands =
pytest -v --color=yes --cov=brainglobe_utils --cov-report=xml
passenv =
CI
GITHUB_ACTIONS
DISPLAY
XAUTHORITY
PYVISTA_OFF_SCREEN
"""
21 changes: 0 additions & 21 deletions tox.ini

This file was deleted.

0 comments on commit 0ebdac6

Please sign in to comment.