Skip to content

Commit

Permalink
fixed build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jan 22, 2018
1 parent f258663 commit 3928cfb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ python:
- '2.7'
- '3.4'
env:
- DJANGO="django>=1.7.0,<1.8.0"
- DJANGO="django>=1.8.0,<1.9.0"
- DJANGO="django>=1.9.0,<1.10.0"
- DJANGO="django>=1.8.0,<1.9.0 django-polymorphic<2.0"
- DJANGO="django>=1.9.0,<1.10.0 django-polymorphic<2.0"
- DJANGO="django>=1.10.0,<1.11.0 django-polymorphic<2.0"
- DJANGO="django>=1.11.0,<2.0"
before_install:
- pip install -U pip wheel setuptools
- pip install codecov
Expand Down

0 comments on commit 3928cfb

Please sign in to comment.