File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1035,10 +1035,14 @@ git_whitelist = {
1035
1035
'.ci/generate_durations_log.sh' ,
1036
1036
'.ci/parse_durations_log.py' ,
1037
1037
'.ci/blacklisted.json' ,
1038
+ '.ci/README.rst' ,
1039
+ '.github/FUNDING.yml' ,
1038
1040
'.editorconfig' ,
1039
1041
'.coveragerc' ,
1042
+ 'coveragerc_travis' ,
1040
1043
'codecov.yml' ,
1041
1044
'pytest.ini' ,
1045
+ 'MANIFEST.in' ,
1042
1046
# Code of conduct
1043
1047
'CODE_OF_CONDUCT.md' ,
1044
1048
# Pull request template
@@ -1130,4 +1134,6 @@ tarball_whitelist = {
1130
1134
'sympy.egg-info/top_level.txt' ,
1131
1135
'sympy.egg-info/not-zip-safe' ,
1132
1136
'sympy.egg-info/entry_points.txt' ,
1137
+ # Not sure where this is generated from...
1138
+ 'doc/commit_hash.txt' ,
1133
1139
}
Original file line number Diff line number Diff line change @@ -440,6 +440,7 @@ def run(self):
440
440
'sympy.parsing.autolev.test-examples.pydy-example-repo' : ['*.al' ],
441
441
'sympy.parsing.latex' : ['*.txt' , '*.g4' ],
442
442
'sympy.integrals.rubi.parsetools' : ['header.py.txt' ],
443
+ 'sympy.plotting.tests' : ['test_region_*.png' ],
443
444
},
444
445
data_files = [('share/man/man1' , ['doc/man/isympy.1' ])],
445
446
cmdclass = {'test' : test_sympy ,
You can’t perform that action at this time.
0 commit comments