Skip to content

Commit

Permalink
Drop python 3.4 tests, they don't work with the required coverage ver…
Browse files Browse the repository at this point in the history
…sion.
  • Loading branch information
whyscream committed Apr 12, 2021
1 parent c9373d1 commit 506814b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down Expand Up @@ -77,36 +76,26 @@ matrix:
# Django 2.1 supports Python >=3.5, <=3.7
- python: "2.7"
env: DJANGO=21
- python: "3.4"
env: DJANGO=21
- python: "3.8"
env: DJANGO=21
- python: "3.9"
env: DJANGO=21
# Django 2.2 supports Python >=3.5, <=3.9
- python: "2.7"
env: DJANGO=22
- python: "3.4"
env: DJANGO=22
# Django 3.0 supports Python >=3.6, <=3.9
- python: "2.7"
env: DJANGO=30
- python: "3.4"
env: DJANGO=30
- python: "3.5"
env: DJANGO=30
# Django 3.1 supports Python >=3.6, <=3.9
- python: "2.7"
env: DJANGO=31
- python: "3.4"
env: DJANGO=31
- python: "3.5"
env: DJANGO=31
# Django 3.2 supports Python >=3.6, <=3.9
- python: "2.7"
env: DJANGO=32
- python: "3.4"
env: DJANGO=32
- python: "3.5"
env: DJANGO=32

Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
py2.7-django{18,19,110,111},
py3.4-django{18,19,110,111},
py3.5-django{18,19,110,111,20,21},
py3.6-django{111,20,21,22,30,31,32},
py3.7-django{20,21,22,30,31,32}
Expand All @@ -11,7 +10,6 @@ envlist =
[testenv]
basepython =
py2.7: python2.7
py3.4: python3.4
py3.5: python3.5
py3.6: python3.6
py3.7: python3.7
Expand Down

0 comments on commit 506814b

Please sign in to comment.