Skip to content

Commit

Permalink
fix the travis-ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Jun 16, 2016
1 parent cfd6fe5 commit a422e61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ install:
before_script:
- "export DATABASE_URL=sqlite:///:memory"
script:
- coverage run manage.py test
- coverage run manage.py test --settings=teamtemp.tests.settings
after_success:
- coveralls
4 changes: 4 additions & 0 deletions teamtemp/tests/settings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from teamtemp.settings import *

SECRET_KEY = 'fake-key'
INSTALLED_APPS = [ app for app in INSTALLED_APPS if app != 'bootstrap3' ]

0 comments on commit a422e61

Please sign in to comment.