https://github.com/chainer/chainer
Raw File
Tip revision: a5fde6f74b9006bc28c9531e66946416ebf1cc61 authored by niboshi on 23 January 2018, 04:24:25 UTC
Merge pull request #4218 from kmaehashi/release-v4.0.0b3
Tip revision: a5fde6f
setup.cfg
[flake8]
exclude = .eggs,*.egg,build,caffe_pb2.py,caffe_pb3.py,docs,.git

[tool:pytest]
filterwarnings= ignore::FutureWarning
                error::DeprecationWarning
                # theano 0.8 causes DeprecationWarnings. It is fixed in 0.9
                ignore::DeprecationWarning:theano.configparser
testpaths = tests docs
python_files = test_*.py
python_classes = Test
python_functions = test
minversion = 2.9
addopts = --doctest-modules
back to top