Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcf4301

Browse files
committed
Install test_rcparams.rc so tests pass when installed.
1 parent 98f6eb2 commit fcf4301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def chop_package(fname):
120120
baseline_images = [chop_package(f) for f in baseline_images]
121121
package_data['matplotlib'].extend(baseline_images)
122122
package_data['matplotlib'].append('tests/mpltest.ttf')
123+
package_data['matplotlib'].append('tests/test_rcparams.rc')
123124

124125
if not check_for_numpy(__version__numpy__):
125126
sys.exit(1)

0 commit comments

Comments
 (0)