No need to cd into src, just tell manage.py test to find tests in there.

This commit is contained in:
Víðir Valberg Guðmundsson 2019-03-28 13:57:30 +01:00
parent 965c29167d
commit 227950d9c1
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
- cd src; coverage run manage.py test
- coverage run manage.py test src/
after_success:
- coveralls