Skip to content

Commit e47742a

Browse files
author
matthias_schaub
committed
add configuration for flake8
1 parent 1e27457 commit e47742a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python:
1212
before_install:
1313
- pip install --upgrade pip setuptools
1414
- pip install flake8 black
15-
- flake8 mapswipe_workers/mapswipe_workers/*.py
15+
- flake8 --config=mapswipe_workers/setup.cfg mapswipe_workers/mapswipe_workers/*.py
1616
- black --check mapswipe_workers/mapswipe_workers/*.py
1717

1818
install:

0 commit comments

Comments
 (0)