Skip to content

Commit

Permalink
add proper coverage support
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Dec 18, 2015
1 parent 0fc0b05 commit caf788d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ python:
install:
- pip install -e . -r requirements.txt django$DJANGO_VERSION
script:
- django-admin.py test
- bash -c 'coverage run $(which django-admin.py) test'
after_script:
- coveralls
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
@@ -1,6 +1,6 @@
tests:
build: .
command: "django-admin.py test"
command: "coverage run /usr/local/bin/django-admin.py test"
volumes:
- .:/usr/src/app
environment:
Expand Down

0 comments on commit caf788d

Please sign in to comment.