Skip to content

Commit 9390c76

Browse files
committed
Add extra test environments
1 parent fde1163 commit 9390c76

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
language: python
22
python:
3-
- "2.7"
3+
- 2.7
4+
- 3.4
45
env:
6+
- DJANGO=django==1.5.10
7+
- DJANGO=django==1.6.7
58
- DJANGO=django==1.7.7
69
- DJANGO=django==1.8
10+
matrix:
11+
exclude:
12+
-
13+
python: 3.4
14+
env: DJANGO=django==1.5.10
15+
-
16+
python: 3.4
17+
env: DJANGO=django==1.6.7
718
before_install:
819
- sudo apt-get install imagemagick
920
install:

0 commit comments

Comments
 (0)