Files
deb-python-wsgi-intercept/test/__init__.py
Chris Dent 8704ae0875 Only turn warnings into errors on my manual tests.
Otherwise travis can get fussy.
2014-01-30 14:40:20 +00:00

6 lines
104 B
Python

import os
if os.environ.get('USER') == 'cdent':
import warnings
warnings.simplefilter('error')