Skip to content

Commit

Permalink
ignore unicode function for py3 check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Apr 16, 2019
1 parent e9a9952 commit b6e34b9
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
script: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics --builtins="unicode"

matrix:
allow_failures:
Expand Down

0 comments on commit b6e34b9

Please sign in to comment.