Skip to content

Commit 4813b36

Browse files
committed
Merge pull request #382 from jakirkham/fix_nosetests
Skip `setup.py` during testing
2 parents 4326809 + 8d4b8ab commit 4813b36

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)