Skip to content

Commit

Permalink
Exclude versioneer from escape code inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Oct 29, 2018
1 parent d169c25 commit d5dc4b3
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 @@ -4,7 +4,7 @@ python:
before_install:
- pip install -r requirements.txt
script:
- flake8
- flake8 --exclude=./versioneer.py
- pytest
# - coverage run --source=. -m unittest discover
# after_success:
Expand Down

0 comments on commit d5dc4b3

Please sign in to comment.