Skip to content

Commit

Permalink
Merge pull request #199 from timvaillancourt/enable_flake8_test
Browse files Browse the repository at this point in the history
Enable flake8 test in travis-ci
  • Loading branch information
dbmurphy authored Aug 25, 2017
2 parents 3572889 + a434d07 commit 054aa7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ services:
install: 'pip install virtualenv'
jobs:
include:
# - stage: flake8
# script:
# - pip install flake8
# - make flake8
- stage: flake8
script:
- pip install flake8
- make flake8
- stage: build
script:
- make docker
Expand Down

0 comments on commit 054aa7a

Please sign in to comment.