Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Feb 26, 2016
1 parent 83a1a5e commit ad390dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ python:
- '2.7'
- pypy
install:
- pip install coveralls pytest-cov
- pip install -r dev-requirements.txt
- pip install -U .
before_script:
- flake8 .
script: py.test
script: py.test --cov=marshmallow_mongoengine
after_success:
- coveralls
deploy:
provider: pypi
user: touilleMan
Expand Down

0 comments on commit ad390dd

Please sign in to comment.