Skip to content

Commit

Permalink
Merge d1444e6 into d58065a
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Dec 19, 2019
2 parents d58065a + d1444e6 commit 55e06e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ python:
env:
- DJANGO="Django>=1.11,<1.12.0"
- DJANGO="Django>=2.2,<2.3"
- DJANGO="Django>=3.0,<3.1"
matrix:
exclude:
- python: '2.7'
env: DJANGO="Django>=2.2,<2.3"
exclude:
- python: '2.7'
env: DJANGO="Django>=3.0,<3.1"
install:
- pip install -q $DJANGO
- pip install -q -r test_reqs.txt
Expand Down

0 comments on commit 55e06e8

Please sign in to comment.