File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,26 @@ language: python
3
3
python :
4
4
- 2.6
5
5
- 2.7
6
+ - 3.2
7
+ - 3.3
6
8
- pypy
7
9
10
+ env :
11
+ - DJANGO=Django==1.6
12
+ - DJANGO=git+https://github.com/django/django.git@stable/1.7.x
13
+
14
+ matrix :
15
+ exclude :
16
+ - python : 2.6
17
+ env : DJANGO=git+https://github.com/django/django.git@stable/1.7.x
18
+ allow_failures :
19
+ - env : DJANGO=git+https://github.com/django/django.git@stable/1.7.x
20
+
8
21
install :
9
- - pip install -e .
10
- - pip install --use-mirrors coveralls
11
- - pip install --use-mirrors nose
22
+ - pip install -q -e .
23
+ - pip install -q $DJANGO
24
+ - pip install -q --use-mirrors coveralls
25
+ - pip install -q --use-mirrors nose
12
26
13
27
script : coverage run --source=menu `which django-admin.py` test --settings=menu.test_settings menu
14
28
You can’t perform that action at this time.
0 commit comments