Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Removed testing of Django master with Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Feb 20, 2019
1 parent c33e765 commit 02474a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ matrix:
env: TOXENV=py35-django-21
- python: 3.5
env: TOXENV=py35-django-22
- python: 3.5
env: TOXENV=py35-django-master
- python: 3.6
env: TOXENV=py36-django-111
- python: 3.6
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
py3{4,5,6,7}-django20
py3{5,6,7}-django21
py3{5,6,7}-django22
py3{5,6,7}-master
py3{6,7}-master

[testenv]
basepython =
Expand Down

0 comments on commit 02474a0

Please sign in to comment.