Remove commented code

This commit is contained in:
Rebecca Law
2016-04-12 12:23:01 +01:00
parent 9620d91330
commit 02687710ae

View File

@@ -33,7 +33,3 @@ display_result $? 2 "Front end code style check"
## Code coverage
py.test --cov=app --cov-report=term-missing tests/
display_result $? 3 "Code coverage"
#export NOTIFY_ADMIN_ENVIRONMENT='config.Test'
#py.test -v
#display_result $? 4 "Unit tests"