Update .travis.yml

This commit is contained in:
Víðir Valberg Guðmundsson 2020-06-05 10:03:16 +02:00 committed by GitHub
parent 22da6e50b9
commit 0e1bf598c3
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 src/
- coverage run --source src/ src/manage.py test --parallel 8 src/
after_success:
- codecov