Feature: Enable flake8 check in travis

This commit is contained in:
winkidney
2019-02-22 17:43:35 +08:00
committed by Ji Qu
parent 0d60075f28
commit 9003c02b6e

View File

@@ -11,6 +11,7 @@ install:
- pip install pipenv && pipenv install --dev --system
script:
- python manage.py test
- make flake8
notifications:
email: false