Skip to content

Instantly share code, notes, and snippets.

@dimitrov
Created February 11, 2015 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimitrov/cf717d04023d6c95c774 to your computer and use it in GitHub Desktop.
Save dimitrov/cf717d04023d6c95c774 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
pip install -r requirements-dev.txt
python manage.py migrate
coverage run manage.py test
coverage xml
flake8 --ignore=E121,E123,E124,E125,E126,E127,E128,E501,E402 --exit-zero <package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment