Commit Graph

5 Commits (05d8e2469aa4c2ce5c6669f27fcb2995e3b8c2f5)

Author SHA1 Message Date
Sorin Sbarnea 05d8e2469a Added flake8 ignores
Avoid W503/W504 with current code as the current code not compliant
and they are contradictory.
5 years ago
Adrien Vergé f713dc8be2 style: Fix E100 and E202 errors reported by pycodestyle 7 years ago
Adrien Vergé 83ea74e2f8 CI: Compile documentation on Travis 8 years ago
Adrien Vergé a052cf7dba chore(tests): Add flake8-import-order linter plugin 8 years ago
Adam Chainz 3c525ab743 Release as a universal wheel
By releasing as a [Python wheel](http://pythonwheels.com/) as well as a
source distribution, you can speed up end user’s installs. After merging
this command, to release you just need to run `python setup.py clean
sdist bdist_wheel upload`.
9 years ago