Skip to content

Commit f08c000

Browse files
committed
specify flake config file
Signed-off-by: Chris Snow <[email protected]>
1 parent 6984762 commit f08c000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
install:
4848
- pip3 install flake8 flake8-docstrings flake8-per-file-ignores
4949
script:
50-
- flake8 --docstring-convention numpy bin/ hpecp/ tests/
50+
- flake8 --config ${TRAVIS_BUILD_DIR}/setup.cfg --docstring-convention numpy bin/ hpecp/ tests/
5151
- stage: format
5252
name: "Check code formatting"
5353
python: 3.8

0 commit comments

Comments
 (0)