Skip to content

Commit

Permalink
Add migrations command
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsamoei committed Jan 29, 2018
1 parent f2e5bda commit 842deed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ addons:
postgresql: "9.4"
before_script:
- psql -c 'create database hc;' -U postgres
- python manage.py makemigrations
- python manage.py migrate
script:
- coverage run --omit=*/tests/* --source=hc manage.py test
after_success: coveralls
Expand Down

0 comments on commit 842deed

Please sign in to comment.