Skip to content

Commit f257211

Browse files
authored
Merge pull request #219 from Carreau/enable-warnings
Enable warnings by default
2 parents 632b80f + 368c368 commit f257211

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[bdist_wheel]
22
universal=1
3+
4+
[nosetests]
5+
warningfilters=default

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
]
8282

8383
extras_require = setuptools_args['extras_require'] = {
84-
'test': ['ipykernel', 'ipython'],
84+
'test': ['ipykernel', 'ipython', 'nose_warnings_filters'],
8585
}
8686

8787
if 'setuptools' in sys.modules:

0 commit comments

Comments
 (0)