Skip to content

Commit

Permalink
Merge pull request #724 from nikolas/patch-1
Browse files Browse the repository at this point in the history
add django 1.8 in travis
  • Loading branch information
tim-schilling committed Jun 19, 2015
2 parents 4366c68 + b9d11f4 commit d661c27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
- DJANGO="Django>=1.5.0,<1.6.0"
- DJANGO="Django>=1.6.0,<1.7.0"
- DJANGO="Django>=1.7.0,<1.8.0"
- DJANGO="Django>=1.8.0,<1.9.0"
matrix:
exclude:
- python: "3.2"
Expand All @@ -22,6 +23,8 @@ matrix:

- python: "2.6"
env: DJANGO="Django>=1.7.0,<1.8.0"
- python: "2.6"
env: DJANGO="Django>=1.8.0,<1.9.0"
install:
- pip install -e .
- travis_retry pip install $DJANGO django-discover-runner sqlparse
Expand Down

0 comments on commit d661c27

Please sign in to comment.