Skip to content

Commit

Permalink
Coverage On Travis - Fix Attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
DEKHTIARJonathan committed Apr 3, 2018
1 parent c8b94b7 commit ea01500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
omit =
*/migrations/*
venv/*
/home/travis/virtualenv/*/lib/*/site-packages/*
python3.4.6/*
python3.6.3/*
staticfiles/*
tests/*
lib/*
django_celery_monitor/*
django_celery_monitor/*
/home/travis/virtualenv/*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ script:
- python manage.py migrate
- python manage.py createcachetable
- coverage run manage.py test
- coverage xml
#- coverage xml

after_success:
- coveralls
Expand Down

0 comments on commit ea01500

Please sign in to comment.