Skip to content

Commit 77df16f

Browse files
committed
update gitignore and setup.cfg for modern testing [ci skip]
1 parent 5e82022 commit 77df16f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ coverage.xml
4444
*,cover
4545
.noseids
4646
result_images
47+
.pytest_cache/
4748

4849
# Translations
4950
*.mo

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ pep8ignore =
88
probscale/tests/test_*.py E241 E131
99
docs/* ALL
1010
check_probscale.py ALL
11+
12+
markers =
13+
mpl_image_compare
14+
pep8

0 commit comments

Comments
 (0)