Skip to content

Commit

Permalink
Ignore DeprecationWarning in inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
unnonouno committed Aug 17, 2017
1 parent e8879c1 commit f58a491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -59,7 +59,7 @@ script:
- autopep8 -r . --global-config .pep8 --diff | tee check_autopep8
- test ! -s check_autopep8
- cd tests
- PYTHONWARNINGS='ignore::FutureWarning,error::DeprecationWarning,ignore::DeprecationWarning:nose.importer,ignore::DeprecationWarning:site' nosetests -a '!gpu,!slow' --with-doctest chainer_tests
- PYTHONWARNINGS='ignore::FutureWarning,error::DeprecationWarning,ignore::DeprecationWarning:nose.importer,ignore::DeprecationWarning:site,ignore::DeprecaitonWarning:inspect' nosetests -a '!gpu,!slow' --with-doctest chainer_tests
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then
cd ..;
READTHEDOCS=True python setup.py develop;
Expand Down

0 comments on commit f58a491

Please sign in to comment.