disable coverage for acceptance tests

This commit is contained in:
dandds
2018-10-15 10:19:48 -04:00
parent 8a14560a9b
commit e514aa9a94
2 changed files with 2 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ trap "kill $BSL_ID" SIGTERM SIGINT EXIT
# run example selenium script that fetches the home page
echo "running selenium tests"
pipenv run pytest tests/acceptance -s
pipenv run pytest tests/acceptance -s --no-cov
# kill BrowserStackLocal
kill $BSL_ID