Use the correct path to manage.py

This commit is contained in:
Víðir Valberg Guðmundsson 2019-03-28 14:11:44 +01:00
parent 227950d9c1
commit bfe65d6bc8
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 manage.py test src/
- coverage run src/manage.py test src/
after_success:
- coveralls