Created
February 11, 2015 12:40
-
-
Save dimitrov/cf717d04023d6c95c774 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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