Skip to content

Commit e8b54c7

Browse files
committed
Drop Python 2.6 and Django 1.4 support
1 parent c36afb9 commit e8b54c7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
language: python
22
python:
3-
- 2.6
43
- 2.7
54
- 3.4
65
env:
76
- DJANGO_VERSION=1.8.5
87
- DJANGO_VERSION=1.6.11
9-
- DJANGO_VERSION=1.4.22
10-
matrix:
11-
exclude:
12-
- python: 2.6
13-
env: DJANGO_VERSION=1.8.5
14-
- python: 3.4
15-
env: DJANGO_VERSION=1.4.22
168
install:
179
- pip install -q Django==$DJANGO_VERSION
1810
- python setup.py install

0 commit comments

Comments
 (0)