Skip to content

Commit 8d4b8ab

Browse files
committed
setup.cfg: Ensure setup.py is also skipped by testing.
Without this modification, running `nosetests` fails.
1 parent 4326809 commit 8d4b8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verbosity=3
44
with-doctest=1
55
doctest-tests=1
66
with-coverage=1
7-
ignore-files=viewer.py
7+
ignore-files=setup.py|viewer.py
88
[build_sphinx]
99
builder=html
1010
[versioneer]

0 commit comments

Comments
 (0)