Skip to content

Commit

Permalink
Move tox into pyproject to be consistent with other bg tools
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Jan 30, 2024
1 parent 9950d60 commit 9d3db3d
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 @@ -110,3 +110,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 9d3db3d

Please sign in to comment.