Skip to content

Commit

Permalink
Update versions of packages in test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed May 17, 2024
1 parent 9ac0004 commit 6bb7ae1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ changedir =
extras =
test: test,qt,jupyter
commands =
glue116: pip install glue-core==1.16.* glue-jupyter<=0.19
glue117: pip install glue-core==1.17.* glue-jupyter<=0.20
glue118: pip install glue-core==1.18.* glue-jupyter<=0.20
glue119: pip install glue-core==1.19.* glue-jupyter<=0.20
glue120: pip install glue-core==1.20.* glue-jupyter<=0.20
glue116: pip install glue-core==1.16.* glue-jupyter<=0.19 matplotlib<3.9
glue117: pip install glue-core==1.17.* glue-jupyter<=0.20.1
glue118: pip install glue-core==1.18.* glue-jupyter<=0.20.1
glue119: pip install glue-core==1.19.* glue-jupyter<=0.20.1
glue120: pip install glue-core==1.20.* glue-jupyter<=0.20.1
test: pip freeze
test: pytest --pyargs glue_plotly --cov glue_plotly {posargs}

Expand Down

0 comments on commit 6bb7ae1

Please sign in to comment.