Skip to content

Commit 054aa7a

Browse files
authored
Merge pull request #199 from timvaillancourt/enable_flake8_test
Enable flake8 test in travis-ci
2 parents 3572889 + a434d07 commit 054aa7a

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)