We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d23c4 commit cdb37c9Copy full SHA for cdb37c9
2 files changed
.github/workflows/test_and_publish.yml
@@ -33,6 +33,10 @@ jobs:
33
- linux: py38-test-mpl33
34
- linux: py39-test-mpl34
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
40
coverage: 'codecov'
41
42
publish:
tox.ini
@@ -28,6 +28,13 @@ deps =
28
mpl34: matplotlib==3.4.*
29
mpl35: matplotlib==3.5.1
30
mpldev: git+https://github.com/matplotlib/matplotlib.git#egg=matplotlib
31
+ pytest54: pytest==5.4.*
32
+ pytest60: pytest==6.0.*
+ pytest61: pytest==6.1.*
+ pytest62: pytest==6.2.*
+ pytest70: pytest==7.0.*
+ pytest71: pytest==7.1.*
+ pytestdev: git+https://github.com/pytest-dev/pytest.git#egg=pytest
extras =
test
commands =
0 commit comments