Skip to content

Commit

Permalink
Merge pull request asdf-format#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 committed Sep 11, 2023
1 parent 7538575 commit 6de520c
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 6de520c

Please sign in to comment.