https://github.com/bear/python-twitter
Raw File
Tip revision: 5b4a0107f0e731e07eda2ebbe0b4790b267e2e5e authored by Jeremy Low on 13 September 2016, 17:28:33 UTC
rollback to pypy5.3 for the ci builds
Tip revision: 5b4a010
setup.cfg
[aliases]
test = pytest

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

[flake8]
ignore = E111,E124,E126,E201,E202,E221,E241,E302,E501

[pep8]
ignore = E111,E124,E126,E128,E201,E202,E221,E226,E241,E301,E302,E303,E402,E501,W291
max-line-length = 160
back to top