Skip to content

Commit

Permalink
Build: Added Coveralls integration (fixes #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvaughan committed Nov 4, 2017
1 parent 9c98b72 commit cd951a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ install:
script:
- pycodestyle --show-pep8 --show-source ./
- pydocstyle --explain --source ./
- python -m unittest discover -v
- coverage run --source action_plugins test
- coveralls
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coverage
coveralls
pycodestyle
pydocstyle

0 comments on commit cd951a7

Please sign in to comment.