Skip to content

Commit

Permalink
Linting is the bane of every developer
Browse files Browse the repository at this point in the history
  • Loading branch information
samuele-mattiuzzo committed Oct 4, 2019
1 parent bc0ba82 commit 52b04dc
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 @@ -9,7 +9,7 @@ install:
jobs:
include:
- stage: lint
script: flake8 --exclude=helpers/IATI-Rulesets,helpers/schemas --ignore=E501,W504,E731
script: flake8 --exclude=helpers/IATI-Rulesets,helpers/schemas --ignore=E501,W504,E731,E265
- stage: test
script: py.test --cov .
- stage: coverage
Expand Down

0 comments on commit 52b04dc

Please sign in to comment.