diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ testenv: pip install Django flake8: - flake8 compressor --ignore=E501,E128,E701,E261,E301,E126,E127,E131,E402,W503 + flake8 compressor --ignore=E203,E501,W503 runtests: coverage run --branch --source=compressor `which django-admin` test --settings=compressor.test_settings compressor |
