File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 3333 - linux: py38-test-mpl33
3434 - linux: py39-test-mpl34
3535 - linux: py310-test-mpl35
36+ # Test different versions of pytest
37+ - linux: py310-test-mpl35-pytestdev
38+ - linux: py310-test-mpl35-pytest62
39+ - linux: py310-test-mpl35-pytest54
3640 coverage : ' codecov'
3741
3842 publish :
Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ deps =
2828 mpl34: matplotlib ==3.4.*
2929 mpl35: matplotlib ==3.5.1
3030 mpldev: git+https://github.com/matplotlib/matplotlib.git# egg=matplotlib
31+ pytest54: pytest ==5.4.*
32+ pytest60: pytest ==6.0.*
33+ pytest61: pytest ==6.1.*
34+ pytest62: pytest ==6.2.*
35+ pytest70: pytest ==7.0.*
36+ pytest71: pytest ==7.1.*
37+ pytestdev: git+https://github.com/pytest-dev/pytest.git# egg=pytest
3138extras =
3239 test
3340commands =
You can’t perform that action at this time.
0 commit comments