Skip to content

Commit

Permalink
Test against the latest Django version.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Sep 17, 2014
1 parent 7b07c88 commit 78b6ad6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
- DJANGO="django>=1.5,<1.6" SETTINGS=postgresql_psycopg2
- DJANGO="django>=1.6,<1.7" SETTINGS=sqlite3
- DJANGO="django>=1.6,<1.7" SETTINGS=postgresql_psycopg2
- DJANGO="https://github.com/django/django/archive/stable/1.7.x.tar.gz" SETTINGS=sqlite3
- DJANGO="https://github.com/django/django/archive/stable/1.7.x.tar.gz" SETTINGS=postgresql_psycopg2
- DJANGO="django>=1.7,<1.8" SETTINGS=sqlite3
- DJANGO="django>=1.7,<1.8" SETTINGS=postgresql_psycopg2
- DJANGO="https://github.com/django/django/archive/master.tar.gz" SETTINGS=sqlite3
- DJANGO="https://github.com/django/django/archive/master.tar.gz" SETTINGS=postgresql_psycopg2

Expand All @@ -32,8 +32,8 @@ matrix:
- python: 2.6
env: DJANGO="https://github.com/django/django/archive/master.tar.gz" SETTINGS=postgresql_psycopg2
allow_failures:
- env: DJANGO="https://github.com/django/django/archive/stable/1.7.x.tar.gz" SETTINGS=sqlite3
- env: DJANGO="https://github.com/django/django/archive/stable/1.7.x.tar.gz" SETTINGS=postgresql_psycopg2
- env: DJANGO="django>=1.7,<1.8" SETTINGS=sqlite3
- env: DJANGO="django>=1.7,<1.8" SETTINGS=postgresql_psycopg2
- env: DJANGO="https://github.com/django/django/archive/master.tar.gz" SETTINGS=sqlite3
- env: DJANGO="https://github.com/django/django/archive/master.tar.gz" SETTINGS=postgresql_psycopg2

Expand Down

0 comments on commit 78b6ad6

Please sign in to comment.