Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #267 from caciviclab/feature/code-coverage
Browse files Browse the repository at this point in the history
Improve code coverage
  • Loading branch information
adborden authored Aug 21, 2016
2 parents ea69e1f + 7c1d8fc commit d2a7a7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ install:

script: make test

after_success: # Upload coverage to coveralls.io
- 'if [ "$TRAVIS_EVENT_TYPE" == "pull_request" ]; then coveralls; fi'
after_success:
- coveralls # Upload coverage to coveralls.io

deploy:
provider: script
Expand Down
26 changes: 0 additions & 26 deletions finance/management/commands/resolve_money.py

This file was deleted.

16 changes: 0 additions & 16 deletions finance/management/commands/resolve_other.py

This file was deleted.

0 comments on commit d2a7a7d

Please sign in to comment.