change the test command

This commit is contained in:
Andreas Zweili 2020-05-31 15:50:19 +02:00
parent 4ff158a866
commit b3e3acd4c9
1 changed files with 1 additions and 1 deletions

View File

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