spookylukey / django-paypal

A pluggable Django application for integrating PayPal Payments Standard or Payments Pro
MIT License
729 stars 208 forks source link

Clean up code with flake8/isort #122

Closed funkybob closed 8 years ago

spookylukey commented 9 years ago

This looks great, thanks.

However, to keep things from needing future cleanups, we should add tox jobs in tox.ini to run flake8 and isort checks, like the current 'checkmanifest' job. .travis.yml should be updated similarly.

spookylukey commented 8 years ago

Closed in favour of other PRs that added flake8 and isort to tox/Travis