You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- docker-compose -f docker-compose.yml -f docker-compose.travis.yml up -d
install:
- 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/"