Skip to content

Commit

Permalink
Good bye Python 3.5 (mock does not supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
Surgo committed Jun 27, 2020
1 parent e572ff3 commit ea60916
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:

matrix:
include:
- python: 3.5
env: DJANGO=2.2
- python: 3.8
env: TOXENV=flake8
- python: 3.8
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tox]
envlist =
py{35,36,37,38}-{dj22},
py{36,37,38}-{dj30,djdev},
py{36,37,38}-dj22,
py{36,37,38}-dj30,
py{36,37,38}-djdev,
flake8,
isort,
readme
Expand Down

0 comments on commit ea60916

Please sign in to comment.