Skip to content

Commit

Permalink
updated tox config to enable headless qt tests on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Apr 16, 2024
1 parent 7e27f04 commit ea0f298
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,29 @@ python =
3.10: py310
3.11: py311
[gh-actions:env]
PLATFORM =
ubuntu-latest: linux
macos-latest: macos
macos-14: macos
windows-latest: windows
[testenv]
conda_deps =
pytables
conda_channels =
conda-forge
platform =
macos: darwin
linux: linux
windows: win32
passenv =
CI
GITHUB_ACTIONS
DISPLAY
XAUTHORITY
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
PYVISTA_OFF_SCREEN
extras =
dev
commands =
Expand Down

0 comments on commit ea0f298

Please sign in to comment.