File tree 2 files changed +11
-0
lines changed 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 33
33
- linux: py38-test-mpl33
34
34
- linux: py39-test-mpl34
35
35
- 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
36
40
coverage : ' codecov'
37
41
38
42
publish :
Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ deps =
28
28
mpl34: matplotlib ==3.4.*
29
29
mpl35: matplotlib ==3.5.1
30
30
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
31
38
extras =
32
39
test
33
40
commands =
You can’t perform that action at this time.
0 commit comments