diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index f6902c1..8489255 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -1,3 +1,3 @@ #!/bin/bash -xe -venv/scripts/python venv/scripts/coverage.exe run --source='flashcards' manage.py test flashcards/tests/ -venv/scripts/python venv/scripts/coverage.exe html +venv/bin/python venv/bin/coverage run --source='flashcards' manage.py test flashcards/tests/ +venv/bin/python venv/bin/coverage html