Skip to content

Commit

Permalink
Only show skimage warnings during test run
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jul 12, 2015
1 parent 5788103 commit 4713b4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/drone_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ source ~/venv/bin/activate
python -c 'import numpy; print("numpy is:", numpy.__version__)'

pip install -e .

export PYTHONWARNINGS="ignore,all:::skimage"

nosetests

0 comments on commit 4713b4e

Please sign in to comment.