Skip to content

Commit 65c49a2

Browse files
committed
Remove Django 1.6 from travis test matrix
1 parent 951bdaf commit 65c49a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ python:
33
- 2.7
44
- 3.4
55
env:
6-
- DJANGO_VERSION=1.8.8
7-
- DJANGO_VERSION=1.6.11
6+
- DJANGO_VERSION=1.8.17
7+
- DJANGO_VERSION=1.9.12
88
install:
99
- pip install flake8
1010
- pip install -q Django==$DJANGO_VERSION

0 commit comments

Comments
 (0)