Skip to content

Commit

Permalink
use full path in circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Feb 2, 2017
1 parent 7bf8c39 commit 72b88f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ machine:

test:
override:
- manage.py makemigrations
- manage.py migrate
- /app/manage.py makemigrations
- /app/manage.py migrate
- coverage run --source=dataset manage.py test
post:
- coveralls
Expand Down

0 comments on commit 72b88f1

Please sign in to comment.