We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168ae50 commit 2edda86Copy full SHA for 2edda86
setup.cfg
@@ -29,3 +29,9 @@ install_requires =
29
[options.entry_points]
30
pytest11 =
31
pytest_mpl = pytest_mpl.plugin
32
+
33
+[options.extras_require]
34
+test =
35
+ pytest-cov
36
+ matplotlib
37
+ pillow
tox.ini
@@ -16,9 +16,11 @@ deps =
16
mpl30: matplotlib==3.0.*
17
mpl31: matplotlib==3.1.*
18
mpldev: git+https://github.com/matplotlib/matplotlib.git#egg=matplotlib
19
+extras =
20
+ test
21
commands =
22
pip freeze
- cov: pytest {toxinidir}/tests --cov pytest_mpl --cov-config={toxinidir}/setup.cfg {posargs}
23
+ pytest {toxinidir}/tests --cov pytest_mpl --cov-config={toxinidir}/setup.cfg {posargs}
24
25
[testenv:codestyle]
26
skip_install = true
0 commit comments