A lot of src needed in the test command (this avoids including virtualenv packages in coverage).

This commit is contained in:
Víðir Valberg Guðmundsson 2019-03-28 20:48:48 +01:00
parent dc3cfa0c2d
commit de139d8153
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ before_script:
script:
- cp src/bornhack/environment_settings.py.dist.dev src/bornhack/environment_settings.py
- coverage run src/manage.py test src/
- coverage run --source src/ src/manage.py test src/
after_success:
- coveralls