Skip to content

Commit

Permalink
update tox file
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Mar 16, 2023
1 parent fd53ca2 commit 618bbe3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ passenv =
deps =
pytest # https://docs.pytest.org/en/latest/contents.html
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
pytest-xvfb ; sys_platform == 'linux'
# you can remove these if you don't use them
pytest-qt # https://pytest-qt.readthedocs.io/en/latest/
coverage
napari
magicgui
pytest-qt
qtpy
pyqt5
magicgui

commands = pytest -v --color=yes --cov=brainreg_segment --cov-report=xml

0 comments on commit 618bbe3

Please sign in to comment.