bidict/tox.ini

17 lines
326 B
INI
Raw Normal View History

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]
commands =
pip install -e .[test]
./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