Try only warning once per module

This commit is contained in:
Steven Silvester
2015-07-15 08:19:43 -05:00
parent 90da42fcde
commit 9f3885f473
+1 -1
View File
@@ -7,7 +7,7 @@ export COVERALLS_REPO_TOKEN=7LdFN9232ZbSY3oaXHbQIzLazrSf6w2pQ
export PIP_DEFAULT_TIMEOUT=60
sh -e /etc/init.d/xvfb start
export DISPLAY=:99.0
export PYTHONWARNINGS="all"
export PYTHONWARNINGS="module"
export TEST_ARGS="--exe --ignore-files=^_test -v --with-doctest \
--ignore-files=^setup.py$"
WHEELBINARIES="matplotlib numpy scipy pillow cython"