Skip to content

Commit

Permalink
Merge pull request #243 from ccnmtl/nikolas-patch-3
Browse files Browse the repository at this point in the history
travis: remove django 2.1 and 2.0 testing
  • Loading branch information
sdreher authored Oct 5, 2019
2 parents 0b01faa + 04d17fb commit cef29ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ python:
- '3.6'
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:
Expand Down

0 comments on commit cef29ad

Please sign in to comment.