https://github.com/bear/python-twitter
Raw File
Tip revision: 27cd204e5f823fea644db3f59baf1f4f78ca6a9c authored by Dan Pope on 17 November 2019, 21:52:10 UTC
Fix failing tests due to updated default tweet_mode
Tip revision: 27cd204
setup.cfg
[aliases]
test = pytest

[bdist_wheel]
universal=1

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

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

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