Skip to content

Commit a434d07

Browse files
Enable flake8 test in travis-ci
1 parent 3572889 commit a434d07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ services:
1212
install: 'pip install virtualenv'
1313
jobs:
1414
include:
15-
# - stage: flake8
16-
# script:
17-
# - pip install flake8
18-
# - make flake8
15+
- stage: flake8
16+
script:
17+
- pip install flake8
18+
- make flake8
1919
- stage: build
2020
script:
2121
- make docker

0 commit comments

Comments
 (0)