Skip to content

Commit

Permalink
Dropping Python 3.4 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Feb 11, 2020
1 parent 5b8e74c commit 4b32d5b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dist: xenial
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
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
Expand All @@ -17,7 +15,6 @@ python =
[testenv]
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
Expand Down

0 comments on commit 4b32d5b

Please sign in to comment.