Skip to content

Commit

Permalink
add sdpdeps toxenv
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 1, 2023
1 parent 0c3897e commit 700078b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ description =
alldeps: with all optional dependencies
devdeps: with the latest developer version of key dependencies
oldestdeps: with the oldest supported version of key dependencies
sdpdeps: with the recent STScI DMS release pinned dependencies
pyargs: with --pyargs on installed package
warnings: treating warnings as errors
regtests: with --bigdata and --slow flags
Expand All @@ -63,6 +64,7 @@ commands_pre =
oldestdeps: minimum_dependencies romancal --filename requirements-min.txt
oldestdeps: pip install -r requirements-min.txt
devdeps: pip install -r requirements-dev.txt
sdpdeps: pip install -r requirements-sdp.txt
pip freeze
commands =
pytest \
Expand Down

0 comments on commit 700078b

Please sign in to comment.