Skip to content

Commit

Permalink
Drop Python 3.5 support for Django master (#45)
Browse files Browse the repository at this point in the history
The new Django master and version 2.2 are dropping support for Python 3.5
and thus having the old versions in the test matrix is redundant.

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
  • Loading branch information
aleksihakli authored and carltongibson committed Feb 24, 2019
1 parent 998d3a5 commit 9b53964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -33,9 +33,6 @@ matrix:
- python: 3.5
env: TOXENV=py35-dj21

- python: 3.5
env: TOXENV=py35-djmaster

- python: 3.6
env: TOXENV=py36-dj111

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -8,7 +8,7 @@ envlist =
py{27,34,35,36,37}-dj111,
py{34,35,36,37}-dj20,
py{35,36,37}-dj21,
py{35,36,37}-djmaster
py{36,37}-djmaster

[testenv]
basepython =
Expand Down

0 comments on commit 9b53964

Please sign in to comment.