Skip to content

Commit

Permalink
Travis: Fail on flake8 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Nov 1, 2019
1 parent 5fdc711 commit 943c96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before_script:
- ./scripts/travis/setup_database.sh
- ./scripts/travis/configure_catmaid.sh
script:
- flake8 --statistics --count --exit-zero -q -q django
- flake8 --statistics --count django
# see "scripts" in package.json
- npm run lint:js
- npm run jsdoc
Expand Down

0 comments on commit 943c96d

Please sign in to comment.