jkaluza / freshmaker

Forked from freshmaker 7 years ago
Clone

b4de543 Make flake8 mandatory for tox.

Authored and Committed by ralph 7 years ago
1 file changed. 1 lines added. 2 lines removed.
    Make flake8 mandatory for tox.
    
    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.
    
        
file modified
+1 -2