Skip to content

Commit

Permalink
flake8 ignore E262
Browse files Browse the repository at this point in the history
  • Loading branch information
laoraid committed Dec 31, 2019
1 parent b76ca25 commit 6c973d6
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 @@ -6,7 +6,7 @@ install:
- "pip install pytest-cov flake8 codecov"
cache: pip
script:
- flake8 KartRider tests
- flake8 KartRider tests --ignore=E262
- python -m pytest -v --cov=KartRider
after_success:
- codecov
Expand Down

0 comments on commit 6c973d6

Please sign in to comment.