forked from noviluni/django-dajaxice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
48 lines (38 loc) · 927 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
language: python
python:
- "2.6"
- "2.7"
env:
# - DJANGO=django==1.3.7
- DJANGO=django==1.4.10
- DJANGO=django==1.5.5
- DJANGO=django==1.6.2
- DJANGO=django==1.6.6
- DJANGO=django==1.7
- DJANGO=django==1.8
- DJANGO=django==1.9
install:
- pip install -q $DJANGO --use-mirrors
# this test runner is now installed via script if necessary
# - pip install https://github.com/jorgebastida/django-app-test-runner/zipball/master
branches:
only:
- master
- develop
matrix:
exclude:
# Django>1.5 strongly recommends python 2.7 or later (so skip 2.6)
- python: "2.6"
env: DJANGO=django==1.5.5
- python: "2.6"
env: DJANGO=django==1.6.2
- python: "2.6"
env: DJANGO=django==1.6.6
- python: "2.6"
env: DJANGO=django==1.7
- python: "2.6"
env: DJANGO=django==1.8
- python: "2.6"
env: DJANGO=django==1.9
script:
- bash test_runner.sh