Skip to content

Commit

Permalink
Merge pull request #1629 from braingram/tox_fixes
Browse files Browse the repository at this point in the history
define python envs in github ci
  • Loading branch information
braingram authored Aug 18, 2023
2 parents a5b2b2d + 6fe97d2 commit 53b87b4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
[tox]
env_list = py{39,310}{,-compatibility,-coverage}{,-parallel}
env_list =
compatibility
coverage
py{39,310,311}{,-compatibility,-coverage,-jsonschema}{,-parallel}
asdf{-standard,-transform-schemas,-unit-schemas,-wcs-schemas,-coordinates-schemas,-astropy}
gwcs
jwst
stdatamodels
stpipe
roman_datamodels
weldx
sunpy
dkist

[testenv]
set_env =
Expand Down

0 comments on commit 53b87b4

Please sign in to comment.