2014-09-23 14:08:21 +00:00
|
|
|
[tox]
|
2016-06-28 04:05:22 +00:00
|
|
|
envlist = py27, py34, py35, pypy
|
2014-09-23 14:08:21 +00:00
|
|
|
|
|
|
|
[testenv]
|
2015-03-22 18:21:15 +00:00
|
|
|
commands =
|
|
|
|
pip install -e .[test]
|
2016-01-13 16:54:29 +00:00
|
|
|
./test.sh
|
2016-06-28 04:05:22 +00:00
|
|
|
|
|
|
|
; https://flake8.readthedocs.io/en/latest/config.html
|
|
|
|
[flake8]
|
|
|
|
ignore = E126,E128,E731
|
|
|
|
max-line-length = 100
|
|
|
|
|
|
|
|
; https://pydocstyle.readthedocs.io/en/latest/snippets/config.html
|
|
|
|
[pydocstyle]
|
|
|
|
add_ignore = D105,D205,D400,D402
|