Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Drop Python 3.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Dec 3, 2017
1 parent b778b9a commit 0d70650
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
@@ -1,9 +1,8 @@
[tox]
envlist =
py27, py33, py34, py35, py36,
py27, py34, py35, py36,
; https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
py27-django{18,111},
py33-django18,
py34-django111,
py35-django111,
py36-django111,
Expand All @@ -12,7 +11,6 @@ envlist =
[travis]
python =
2.7: py27, py27-django{18,111}, coverage, docs, flake8
3.3: py33, py33-django18
3.4: py34, py34-django111
3.5: py35, py35-django111, coverage, docs, flake8, mypy
3.6: py36, py36-django111
Expand Down

0 comments on commit 0d70650

Please sign in to comment.