Skip to content

Commit

Permalink
Fix travis ci/cd
Browse files Browse the repository at this point in the history
Change-Id: I063e770eb89f10a2ead47f86313b172966ac9189
  • Loading branch information
ahothan committed Aug 28, 2019
1 parent 632d89b commit d566355
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 @@ -8,7 +8,7 @@ install:
- python setup.py build
- python setup.py install
script:
- flake8 --ignore=E305,E302.W504 hdrh test
- flake8 --ignore=E305,E302,W504 hdrh test
- pylint --rcfile pylint.rc hdrh test
- py.test -s
deploy:
Expand Down

0 comments on commit d566355

Please sign in to comment.