Skip to content

Commit

Permalink
Update tests to include django 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Sep 3, 2014
1 parent 0a33054 commit e8e6190
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
env:
- DJANGO="django<1.6" # 1.5.x
- DJANGO="django<1.7" # 1.6.x
- DJANGO="django<1.8" # 1.7.x
- DJANGO="git+git://github.com/django/django.git@master#egg=django"

# command to install dependencies
Expand All @@ -23,5 +24,7 @@ after_success:

matrix:
exclude:
- python: "2.6"
env: DJANGO="django<1.8"
- python: "2.6"
env: DJANGO="git+git://github.com/django/django.git@master#egg=django"
1 change: 1 addition & 0 deletions jstemplate/tests/project/project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
SECRET_KEY = 'w1$8^sjw_=%owwctqsa-czup!37mqv2ok$dw!e(tt2yc(cl&amp;bq'

ROOT_URLCONF = 'project.urls'
MIDDLEWARE_CLASSES = ()

# Python dotted path to the WSGI application used by Django's runserver.
WSGI_APPLICATION = 'project.wsgi.application'
Expand Down

0 comments on commit e8e6190

Please sign in to comment.