Skip to content

Commit c2af866

Browse files
committed
Added flake8 back
1 parent 4ee3119 commit c2af866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
before_script:
5252
- pip install -r backend/requirements.txt
5353
script:
54-
- black --check backend
54+
- black --check backend/
55+
- flake8 backend/
5556

5657
notifications:
5758
email:

0 commit comments

Comments
 (0)