Skip to content

Commit

Permalink
try-fix travis add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Oct 12, 2018
1 parent cdc24c4 commit d42c70e
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 @@ -14,7 +14,7 @@ script:
- "make show-installed-version"
- "python3 -m pytest --cov=./" # test coverage
- "codecov"
- "pylint -j 8 hal/* || pylint-exit $?" # measure code lint
- "python3 -m pylint 'hal/'" # measure code lint
notifications:
email: "false" # no email notify
cache: "pip"

0 comments on commit d42c70e

Please sign in to comment.