We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc960d commit 1ae7dbeCopy full SHA for 1ae7dbe
.travis.yml
@@ -23,7 +23,6 @@ python:
23
# - pypy3.5
24
env:
25
- DJANGO=1.11
26
- - DJANGO=2.0
27
- DJANGO=2.1
28
- DJANGO=2.2
29
os:
@@ -43,10 +42,8 @@ matrix:
43
42
# - { python: 3.5, env: TOXENV=apicheck }
44
# - { python: 3.5, env: TOXENV=linkcheck }
45
exclude:
46
- - { python: 2.7, env: DJANGO=2.0 }
47
- { python: 2.7, env: DJANGO=2.1 }
48
- { python: 2.7, env: DJANGO=2.2 }
49
- - { python: pypy, env: DJANGO=2.0 }
50
- { python: pypy, env: DJANGO=2.1 }
51
- { python: pypy, env: DJANGO=2.2 }
52
install: travis_retry pip install -U tox-travis
0 commit comments