Skip to content

Commit

Permalink
Remove Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
JarnoRFB committed Oct 29, 2016
1 parent 0591f98 commit 6d43681
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
17 changes: 0 additions & 17 deletions .coveragerc

This file was deleted.

6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ env:
install:
- pip install -q $DJANGO
- pip install -e git+https://github.com/disbi/django-disbi.git#egg=django-disbi
- pip install coveralls
before_script:
- psql -c 'create database disbidb;' -U postgres
database:
- postgres service
script:
- coverage run tests/manage.py test core
after_success:
coveralls

- python tests/manage.py test core

0 comments on commit 6d43681

Please sign in to comment.