Skip to content

Commit 7110c3a

Browse files
committed
Drop support for Python3.3
1 parent c088449 commit 7110c3a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ matrix:
66
include:
77
- python: 2.7
88
env: TOX_ENV=py27-django18
9-
- python: 3.3
10-
env: TOX_ENV=py33-django18
119
- python: 3.4
1210
env: TOX_ENV=py34-django18
1311
- python: 2.7

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{27,33,34,35}-django18
3+
py{27,34,35}-django18
44
py{27,34,35}-django19
55
py{27,34,35}-django110
66
py{27,34,35,36}-django111

0 commit comments

Comments
 (0)