Skip to content

Commit 3d5ec86

Browse files
committed
Update test matrix.
Remove Django 1.5, commented out Python 3 entries
1 parent 116120d commit 3d5ec86

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
# - "3.2"
6-
# - "3.3"
7-
# - "pypy"
85

96
env:
10-
- DJANGO_VERSION=1.6
11-
- DJANGO_VERSION=1.5.5
12-
- DJANGO_VERSION=1.4.9
7+
- DJANGO_VERSION=1.6.11
8+
- DJANGO_VERSION=1.4.22
139

14-
# command to install dependencies
1510
install:
1611
- pip install -q Django==$DJANGO_VERSION
1712
- python setup.py install

0 commit comments

Comments
 (0)