Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 3, 2019
1 parent 266d7c9 commit fa5db02
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 @@ -5,7 +5,7 @@ lint_steps: &lint_steps
before_install:
- pip install --upgrade pip
- pip install flake8
script: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics --builtins="unicode"
script: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics

matrix:
include:
Expand Down

0 comments on commit fa5db02

Please sign in to comment.