Skip to content

Commit

Permalink
Travis: Upgrade to latest versions. Add Django 1.8 to travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Apr 22, 2015
1 parent 9a80816 commit ddf268f
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ python:
- 3.4
- pypy
env:
- DJANGO=1.4.5
- DJANGO=1.5
- DJANGO=1.5.5
- DJANGO=1.4.20
- DJANGO=1.5.12
- DJANGO=1.6.11
- DJANGO=1.7.7
- DJANGO=1.8
before_install:
- export DJANGO_SETTINGS_MODULE=suit.tests.settings
install:
Expand All @@ -22,17 +22,16 @@ matrix:
exclude:
# Django doesn't support following combinations
- python: 3.3
env: DJANGO=1.4.5
env: DJANGO=1.4.20
- python: 3.4
env: DJANGO=1.4.5
env: DJANGO=1.4.20
- python: 2.6
env: DJANGO=1.6.5
env: DJANGO=1.6.11
- python: 2.6
env: DJANGO=1.7.7
- python: 2.6
env: DJANGO=1.8
- python: pypy
env: DJANGO=1.4.5

# Fails. Django issue #19944
# https://code.djangoproject.com/ticket/19944
env: DJANGO=1.4.20
- python: pypy
env: DJANGO=1.5
env: DJANGO=1.5.12

0 comments on commit ddf268f

Please sign in to comment.