Skip to content

Commit

Permalink
drop python 2.6, django 1.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Nov 30, 2015
1 parent 2d94d3e commit c060ddd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ build/
htmlcov/
*.sqlite3
*.backup
.cache/
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ python:
- "2.7"

env:
- TOXENV=py34-16
- TOXENV=py34-17
- TOXENV=py34-18
- TOXENV=py26-16
- TOXENV=py27-16
- TOXENV=py27-17
- TOXENV=py27-18

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ OAuth signin with django rest framework.
Requirements
-----------

- python (2.6, 2.7, 3.4)
- django (1.6, 1.7, 1.8)
- djangorestframework (3.1)
- python (2.7, 3.4)
- django (1.7, 1.8)
- djangorestframework (>= 3.1)

Release notes
-------------
Expand Down
21 changes: 0 additions & 21 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[tox]
envlist=
py34-16,
py34-17,
py34-18,
py26-16,
py27-16,
py27-17,
py27-18

Expand All @@ -19,12 +16,6 @@ deps =
commands =
py.test

[testenv:py34-16]
basepython = python3.4
deps =
django<1.7
{[testenv]deps}

[testenv:py34-17]
basepython = python3.4
deps =
Expand All @@ -37,18 +28,6 @@ deps =
django<1.9
{[testenv]deps}

[testenv:py26-16]
basepython = python2.6
deps =
django<1.7
{[testenv]deps}

[testenv:py27-16]
basepython = python2.7
deps =
django<1.7
{[testenv]deps}

[testenv:py27-17]
basepython = python2.7
deps =
Expand Down

0 comments on commit c060ddd

Please sign in to comment.