fix the automated tests

This commit is contained in:
Andreas Zweili 2020-07-04 11:02:10 +02:00
parent 73d7345aff
commit b0346c8850
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ docker:
docker-compose up
test:
docker-compose run web pytest -nauto --nomigrations --cov=. --cov-report=html
docker-compose -f docker-compose-development.yml run web pytest -nauto --nomigrations --cov=. --cov-report=html
local:
python3 -m venv venv