Skip to content

Commit

Permalink
ignore E0602
Browse files Browse the repository at this point in the history
py3 lint undefined name 'unicode'
  • Loading branch information
brennv committed Sep 15, 2017
1 parent d44bbd4 commit ffab790
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,4 +9,4 @@ install:
- pip install pytest pytest-cov pylama

script: python -m pytest --cov=src/luminol/ src/luminol/tests/
after_script: python -m pylama -i E501,E402 src/luminol/ || true
after_script: python -m pylama -i E501,E402,E0602 src/luminol/ || true

0 comments on commit ffab790

Please sign in to comment.