summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-04-08 21:57:59 +0100
committerStephen Finucane <stephen@that.guru>2020-04-08 23:30:39 +0100
commitdc9c4fe12c1af3efe578e2ac428aed01969bf95b (patch)
tree4f9aee3b5b6a636159707ac518143e821f6efddb /.travis.yml
parent5b998c91ff7b9e54c57f5bdc76003879a7156ab3 (diff)
downloadpatchwork-dc9c4fe12c1af3efe578e2ac428aed01969bf95b.tar
patchwork-dc9c4fe12c1af3efe578e2ac428aed01969bf95b.tar.gz
tox: Drop support for Django < 2.2, Python < 3.6
Each of these versions of Django is now EOL, and Python 3.5 will be EOL by time we release the next version. Drop it. The Python 2.7 cleanup will be done separately. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 71777d3..5f15f59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,6 @@ dist: xenial
sudo: false
python:
- - 2.7
- - 3.5
- 3.6
- 3.7
- 3.8