Revision 1c480dfc711b7818b08824d5974f722c7d929750 authored by Jeremy Low on 03 October 2017, 01:15:30 UTC, committed by GitHub on 03 October 2017, 01:15:30 UTC
Update the exception handle change to ConfigParser class for py2/py3 compatibility.
2 parent s e43600a + dc62607
Raw File
setup.cfg
[aliases]
test = pytest

[check-manifest]
ignore =
  .travis.yml
  circle.yml
  violations.flake8.txt

[flake8]
ignore = E111,E124,E126,E221,E501

[pep8]
ignore = E111,E124,E126,E221,E501
max-line-length = 100
back to top