File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
- |Travis Build Status | |Coveralls coverage |
2
-
3
1
About
4
2
-----
5
3
@@ -18,7 +16,7 @@ section below.
18
16
Installing
19
17
----------
20
18
21
- This plugin is compatible with Python 2.7, and 3.5 and later, and
19
+ This plugin is compatible with Python 2.7, and 3.6 and later, and
22
20
requires `pytest <http://pytest.org >`__ and
23
21
`matplotlib <http://www.matplotlib.org> ` to be installed.
24
22
@@ -285,10 +283,6 @@ install the latest version of the plugin then do::
285
283
The reason for having to install the plugin first is to ensure that the
286
284
plugin is correctly loaded as part of the test suite.
287
285
288
- .. |Travis Build Status | image :: https://travis-ci.org/matplotlib/pytest-mpl.svg?branch=master
289
- :target: https://travis-ci.org/matplotlib/pytest-mpl
290
- .. |Coveralls coverage | image :: https://coveralls.io/repos/matplotlib/pytest-mpl/badge.svg
291
- :target: https://coveralls.io/r/matplotlib/pytest-mpl
292
286
.. |expected | image :: images/baseline-coords_overlay_auto_coord_meta.png
293
287
.. |actual | image :: images/coords_overlay_auto_coord_meta.png
294
288
.. |diff | image :: images/coords_overlay_auto_coord_meta-failed-diff.png
Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ classifiers =
19
19
license = BSD
20
20
description = pytest plugin to help with testing figures output from Matplotlib
21
21
long_description = file: README.rst
22
+ long_description_content_type = text/x-rst
22
23
23
24
[options]
24
25
zip_safe = True
25
26
packages = find:
27
+ python_requires = >=3.6
26
28
install_requires =
27
29
pytest
28
30
matplotlib
You can’t perform that action at this time.
0 commit comments