Skip to content

Commit d566355

Browse files
committed
Fix travis ci/cd
Change-Id: I063e770eb89f10a2ead47f86313b172966ac9189
1 parent 632d89b commit d566355

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
@@ -8,7 +8,7 @@ install:
88
- python setup.py build
99
- python setup.py install
1010
script:
11-
- flake8 --ignore=E305,E302.W504 hdrh test
11+
- flake8 --ignore=E305,E302,W504 hdrh test
1212
- pylint --rcfile pylint.rc hdrh test
1313
- py.test -s
1414
deploy:

0 commit comments

Comments
 (0)