Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jul 3, 2023
1 parent decf072 commit bbeb744
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- linux: py39-test-mpl35
- linux: py310-test-mpl36
- linux: py310-test-mpl37
- linux: py311-test-mpl38
- linux: py311-test-mpldev
# MacOS X and Windows builds - alternative Matplotlib versions
Expand All @@ -31,7 +30,6 @@ jobs:
- windows: py39-test-mpl35
- macos: py310-test-mpl36
- windows: py310-test-mpl37
- macos: py311-test-mpl38
- windows: py311-test-mpldev
# Image tests
Expand Down
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38}-test{-mpl30,-mpl31,-mpl32,-mpl33,-mpldev}{,-image}
py{36,37,38,39,310,311}-test{,-image}
codestyle
requires =
setuptools >= 30.3.0
Expand All @@ -17,6 +17,10 @@ deps =
mpl31: matplotlib==3.1.*
mpl32: matplotlib==3.2.*
mpl33: matplotlib==3.3.*
mpl34: matplotlib==3.4.*
mpl35: matplotlib==3.5.*
mpl36: matplotlib==3.6.*
mpl37: matplotlib==3.7.*
mpldev: git+https://github.com/matplotlib/matplotlib.git#egg=matplotlib
extras =
test
Expand Down

0 comments on commit bbeb744

Please sign in to comment.