Skip to content

Commit

Permalink
fix tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD committed Jan 12, 2024
1 parent 6ca6f21 commit 96b1b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ commands = pytest -v --color=yes --cov=napari_animation --cov-report=xml

[testenv:pyqt]
deps =
pyqt: napari[pyqt5,testing]
napari[pyqt5,testing]

[testenv:pyside]
deps =
pyside: napari[pyside2,testing]
napari[pyside2,testing]

[testenv:isort]
skip_install = True
Expand Down

0 comments on commit 96b1b98

Please sign in to comment.