django-rosetta/testproject/coverage.sh
Marco Bonetti a43d369387 Check PEP8 while running tests
Use polib >= 1.1.0
Rosetta version bump and changelog
2018-01-10 12:44:24 +01:00

4 lines
106 B
Bash

#!/bin/sh
coverage run --rcfile .coveragerc manage.py test --failfast rosetta
coverage xml
coverage html