diff --git a/.travis.yml b/.travis.yml index 916c918..35b7bd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: # command to run tests script: - python runtests.py - - flake8 djangowind + - flake8 djangowind --max-complexity=12 - coverage run --source=djangowind runtests.py after_success: - coveralls