Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dropping Python 3.4 (EOL)
Browse files Browse the repository at this point in the history
lqez committed Feb 11, 2020
1 parent 5b8e74c commit 4180860
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[tox]
envlist =
{py27}-{dj111},
{py34}-{dj111,dj201},
{py35}-{dj111,dj200,dj201,dj202}
{py36,py37,py38}-{dj111,dj200,dj201,dj202,dj300,dj301,djmaster}

[travis]
python =
2.7: py27
3.4: py34
3.5: py35
3.6: py36
3.7: py37
@@ -17,7 +15,6 @@ python =
[testenv]
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7

0 comments on commit 4180860

Please sign in to comment.