Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfs committed Jul 11, 2015
1 parent e84798d commit 03e215a
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.pip"
before_script:
- cp .env.example .env
- python manage.py syncdb
- python manage.py syncdb --noinput
script:
- python manage.py test

0 comments on commit 03e215a

Please sign in to comment.