Skip to content

Commit

Permalink
Merge pull request #384 from jarekwg/hotfix/failing-tests
Browse files Browse the repository at this point in the history
Drop django 1.5 tests, exclude py3.5 against django<1.9
  • Loading branch information
bmihelac committed Jan 15, 2016
2 parents 5a9a609 + d68a1fb commit 7743874
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:
- "3.4"
- "3.5"
env:
- DJANGO="Django>=1.5,<1.6"
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django>=1.8,<1.9"
Expand All @@ -23,5 +22,9 @@ matrix:
env: DJANGO="Django>=1.9,<1.10"
- python: "3.3"
env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
- python: "3.5"
env: DJANGO="Django>=1.6,<1.7"
- python: "3.5"
env: DJANGO="Django>=1.7,<1.8"
allow_failures:
- env: DJANGO="https://github.com/django/django/archive/master.tar.gz"

0 comments on commit 7743874

Please sign in to comment.