Skip to content

Commit

Permalink
Merge 73f7bb4 into 602eea3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Jun 12, 2019
2 parents 602eea3 + 73f7bb4 commit fa37582
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 @@ -8,12 +8,15 @@ env:
- DJANGO="Django>=1.11,<1.12.0"
- DJANGO="Django>=2.0,<2.1"
- DJANGO="Django>=2.1,<2.2"
- DJANGO="Django>=2.2,<2.3"
matrix:
exclude:
- python: '2.7'
env: DJANGO="Django>=2.0,<2.1"
- python: '2.7'
env: DJANGO="Django>=2.1,<2.2"
- python: '2.7'
env: DJANGO="Django>=2.2,<2.3"
install:
- pip install -q $DJANGO
- pip install -q -r test_reqs.txt
Expand Down

0 comments on commit fa37582

Please sign in to comment.