mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-16 11:27:48 +08:00
Merge pull request #1613 from blink1073/better-test-warnings
Add "all" warnings for skimage package to Travis tests
This commit is contained in:
@@ -7,7 +7,7 @@ export COVERALLS_REPO_TOKEN=7LdFN9232ZbSY3oaXHbQIzLazrSf6w2pQ
|
|||||||
export PIP_DEFAULT_TIMEOUT=60
|
export PIP_DEFAULT_TIMEOUT=60
|
||||||
sh -e /etc/init.d/xvfb start
|
sh -e /etc/init.d/xvfb start
|
||||||
export DISPLAY=:99.0
|
export DISPLAY=:99.0
|
||||||
export PYTHONWARNINGS="d"
|
export PYTHONWARNINGS="d,all:::skimage"
|
||||||
export TEST_ARGS="--exe --ignore-files=^_test -v --with-doctest \
|
export TEST_ARGS="--exe --ignore-files=^_test -v --with-doctest \
|
||||||
--ignore-files=^setup.py$"
|
--ignore-files=^setup.py$"
|
||||||
WHEELBINARIES="matplotlib numpy scipy pillow cython"
|
WHEELBINARIES="matplotlib numpy scipy pillow cython"
|
||||||
|
|||||||
Reference in New Issue
Block a user