Skip to content

Commit d5dc4b3

Browse files
committed
Exclude versioneer from escape code inspection
1 parent d169c25 commit d5dc4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
before_install:
55
- pip install -r requirements.txt
66
script:
7-
- flake8
7+
- flake8 --exclude=./versioneer.py
88
- pytest
99
# - coverage run --source=. -m unittest discover
1010
# after_success:

0 commit comments

Comments
 (0)