Skip to content

Commit 07b5e59

Browse files
author
Hugo Osvaldo Barrera
committed
Run flake8 on CI
1 parent f356cc1 commit 07b5e59

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ script:
1717

1818
jobs:
1919
include:
20+
- stage: test
21+
before_script:
22+
- pip install flake8 flake8-bugbear flake8-comprehensions flake8-import-order
23+
script:
24+
- flake8
2025
- stage: test
2126
python: 3.7
2227
dist: xenial

0 commit comments

Comments
 (0)