Skip to content

Commit

Permalink
updated test images and added pytest to tests in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Aug 18, 2018
1 parent 91089d8 commit e77a7d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fgivenx: Functional Posterior Plotter
=====================================
:fgivenx: Functional Posterior Plotter
:Author: Will Handley
:Version: 2.1.11
:Version: 2.1.12
:Homepage: https://github.com/williamjameshandley/fgivenx
:Documentation: http://fgivenx.readthedocs.io/

Expand Down Expand Up @@ -290,5 +290,6 @@ PR will be accepted before you spend effort coding it.

Changelog
=========
:v2.1.12: Bug fix in test suite for image comparison
:v2.1.11: Documentation upgrades
:v2.1.10: Added changelog
Binary file modified fgivenx/test/baseline_images/test_drivers/fgivenx.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_version(short=False):
'progress_bar': ['tqdm'],
'getdist_chains': ['getdist']
},
tests_require=['pytest'],
tests_require=['pytest', 'pytest-mpl'],
license='MIT',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit e77a7d2

Please sign in to comment.