Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Travis coverage working
Browse files Browse the repository at this point in the history
commit 22781add4eb8eb94616248d013e9c74e0dfc1120
Author: Eran Kampf <eran@ekampf.com>
Date:   Wed May 11 16:02:21 2016 -0700

    Dont open coverage report

commit db84a73ca644567f5edfc41542fdbd0e0d55e93e
Author: Eran Kampf <eran@ekampf.com>
Date:   Wed May 11 15:59:10 2016 -0700

    Added coverage
  • Loading branch information
ekampf committed May 11, 2016
1 parent 63902a8 commit 8045552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ install:
script:
- make deps
- make test
- make coverage

after_success: coveralls
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ coverage:
PYTHONPATH=$PYTHONPATH:.venv:. ; . .venv/bin/activate && coverage run --source graphene_gae setup.py test
PYTHONPATH=$PYTHONPATH:.venv:. ; . .venv/bin/activate && coverage report -m
PYTHONPATH=$PYTHONPATH:.venv:. ; . .venv/bin/activate && coverage html
PYTHONPATH=$PYTHONPATH:.venv:. ; . .venv/bin/activate && open htmlcov/index.html

docs:
rm -f docs/graphene_gae.rst
Expand Down

0 comments on commit 8045552

Please sign in to comment.