Tests are not ready for parallel

This commit is contained in:
Víðir Valberg Guðmundsson 2020-06-05 10:09:56 +02:00 committed by GitHub
parent 0e1bf598c3
commit 1451874ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ install:
script:
- cp src/bornhack/environment_settings.py.dist.dev src/bornhack/environment_settings.py
- coverage run --source src/ src/manage.py test --parallel 8 src/
- coverage run --source src/ src/manage.py test src/
after_success:
- codecov