Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfs committed Mar 18, 2016
1 parent ed1d5f8 commit 5779ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ python:
install: "pip install -r requirements.txt"
before_script:
- cp .env.example .env
- python manage.py syncdb --noinput
- python manage.py migrate
script:
- python manage.py test

0 comments on commit 5779ad0

Please sign in to comment.