Skip to content

Commit

Permalink
Merge pull request chainer#3157 from unnonouno/travis-check-deprecati…
Browse files Browse the repository at this point in the history
…on-warining

Check deprecation warining in Travis
  • Loading branch information
delta2323 authored and takagi committed Oct 28, 2017
1 parent 4a40f49 commit 1534158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ matrix:
- os: linux
python: "3.4"
- os: linux
python: "3.5.1"
python: "3.5"

- os: osx
language: generic
Expand Down Expand Up @@ -62,7 +62,7 @@ script:
- autopep8 -r . --global-config .pep8 --diff | tee check_autopep8
- test ! -s check_autopep8
- cd tests
- CHAINER_TEST_GPU_LIMIT=0 PYTHONWARNINGS='ignore::FutureWarning,module::DeprecationWarning' pytest -m "not gpu and not multi_gpu and not slow and not cudnn" chainer_tests
- CHAINER_TEST_GPU_LIMIT=0 PYTHONWARNINGS='ignore::FutureWarning,error::DeprecationWarning,ignore::DeprecationWarning:nose.importer,ignore::DeprecationWarning:site' pytest -m "not gpu and not multi_gpu and not slow and not cudnn" chainer_tests
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then
cd ..;
READTHEDOCS=True python setup.py develop;
Expand Down

0 comments on commit 1534158

Please sign in to comment.