Skip to content

Commit

Permalink
Debug coveralls report not send
Browse files Browse the repository at this point in the history
  • Loading branch information
erozqba committed Jul 1, 2017
1 parent f51e47c commit 3503407
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ before_install:
- docker-compose up -d

install:
- docker-compose exec web sh -c "pip install coveralls"
- docker-compose exec web sh -c "pip install pep8"
- docker-compose exec web sh -c "pip install pep8 coveralls"

script:
- docker-compose exec web sh -c "PYTHONWARNINGS=once coverage run --omit=*.virtualenvs*,*virtualenv* src/manage.py test --settings=sous_chef.settings_test member meal order notification delivery note billing page"
- docker-compose exec web sh -c "python3 src/manage.py test --settings=sous_chef.settings_test_fr member meal order notification delivery note billing page"
- docker-compose exec web sh -c "pep8 --count --show-source --exclude=migrations src/"

after_success:
- docker-compose exec web sh -c "coveralls"
- docker-compose run -e TRAVIS=$TRAVIS -e TRAVIS_JOB_ID=$TRAVIS_JOB_ID -e TRAVIS_BRANCH=$TRAVIS_BRANCH web sh -c "coveralls"

0 comments on commit 3503407

Please sign in to comment.