#34 Make flake8 mandatory for tox.
Merged by jkaluza. Opened by ralph.
mandatory-flake8-in-tox  into  master

Download 34.patch

This removes the ignore_errors option, which will cause tox to fail on
failing flake8.

The migrations (autogenerated) are ignored as well as the .tox/
directory, which stops the tool from analyzing all of our depednencies
in all of the virtualenvs.

The test currently passes since #32 has been merged.

Pull-Request has been merged by jkaluza

Metadata