Skip to content

Commit 4e42080

Browse files
committed
fine tune the test targets
1 parent 5e3ed0c commit 4e42080

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,22 @@ language: python
33
notifications:
44
email: false
55
env:
6-
- DJANGO_VERSION=1.5.12
7-
- DJANGO_VERSION=1.6.11
86
- DJANGO_VERSION=1.7.8
97
- DJANGO_VERSION=1.8.2
108
- DJANGO_VERSION=1.9
119
python:
1210
- 2.7
1311
- 3.3
1412
- 3.4
13+
- 3.5
14+
matrix:
15+
exclude:
16+
- python: 3.3
17+
env: DJANGO_VERSION=1.9
18+
- python: 3.5
19+
env: DJANGO_VERSION=1.7.8
20+
- python: 3.5
21+
env: DJANGO_VERSION=1.8.2
1522
install:
1623
- pip install Django==$DJANGO_VERSION
1724
- pip install -r requirements.txt

0 commit comments

Comments
 (0)