Skip to content

Commit

Permalink
Merge pull request #64 from Carifio24/update-test-matrix
Browse files Browse the repository at this point in the history
Bump range of glue versions in test matrix
  • Loading branch information
Carifio24 authored May 11, 2024
2 parents b82eca5 + c75de26 commit 57bece9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,39,310,311}-test, py311-glue{113,114,115,116,117}-test
envlist = py{38,39,310,311}-test, py311-glue{116,117,118,119,120}-test
requires = pip >= 18.0
setuptools >= 30.3.0

Expand All @@ -12,11 +12,11 @@ changedir =
extras =
test: test,qt,jupyter
commands =
glue113: pip install glue-core==1.13.* glue-jupyter<=0.19
glue114: pip install glue-core==1.14.* glue-jupyter<=0.19
glue115: pip install glue-core==1.15.* glue-jupyter<=0.19
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
test: pip freeze
test: pytest --pyargs glue_plotly --cov glue_plotly {posargs}

Expand Down

0 comments on commit 57bece9

Please sign in to comment.