Skip to content

Commit 1ae7dbe

Browse files
authored
dropped django 2.0
1 parent edc960d commit 1ae7dbe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ python:
2323
# - pypy3.5
2424
env:
2525
- DJANGO=1.11
26-
- DJANGO=2.0
2726
- DJANGO=2.1
2827
- DJANGO=2.2
2928
os:
@@ -43,10 +42,8 @@ matrix:
4342
# - { python: 3.5, env: TOXENV=apicheck }
4443
# - { python: 3.5, env: TOXENV=linkcheck }
4544
exclude:
46-
- { python: 2.7, env: DJANGO=2.0 }
4745
- { python: 2.7, env: DJANGO=2.1 }
4846
- { python: 2.7, env: DJANGO=2.2 }
49-
- { python: pypy, env: DJANGO=2.0 }
5047
- { python: pypy, env: DJANGO=2.1 }
5148
- { python: pypy, env: DJANGO=2.2 }
5249
install: travis_retry pip install -U tox-travis

0 commit comments

Comments
 (0)