Skip to content

Commit be6837d

Browse files
committed
test against latest django releases
1 parent c5a1223 commit be6837d

File tree

4 files changed

+36
-24
lines changed

4 files changed

+36
-24
lines changed

.moban.d/README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
Tested Django Versions
55
========================
66

7-
.. image:: https://img.shields.io/badge/django-1.10-green.svg
7+
.. image:: https://img.shields.io/badge/django-1.11.2-green.svg
88
:target: http://travis-ci.org/pyexcel/django-excel
99

10-
.. image:: https://img.shields.io/badge/django-1.9.9-green.svg
10+
.. image:: https://img.shields.io/badge/django-1.10.7-green.svg
1111
:target: http://travis-ci.org/pyexcel/django-excel
1212

13-
.. image:: https://img.shields.io/badge/django-1.8.14-green.svg
13+
.. image:: https://img.shields.io/badge/django-1.9.13-green.svg
14+
:target: http://travis-ci.org/pyexcel/django-excel
15+
16+
.. image:: https://img.shields.io/badge/django-1.8.18-green.svg
1417
:target: http://travis-ci.org/pyexcel/django-excel
1518

1619
.. image:: https://img.shields.io/badge/django-1.7.11-green.svg

.moban.d/travis.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
env:
44
- DJANGO_VERSION=1.6.11
55
- DJANGO_VERSION=1.7.11
6-
- DJANGO_VERSION=1.8.14
7-
- DJANGO_VERSION=1.9.9
8-
- DJANGO_VERSION=1.10
6+
- DJANGO_VERSION=1.8.18
7+
- DJANGO_VERSION=1.9.13
8+
- DJANGO_VERSION=1.10.7
9+
- DJANGO_VERSION=1.11.2
910
{%endblock%}
1011

1112
{%block exclusion_matrix%}
@@ -14,23 +15,25 @@ matrix:
1415
- python: 2.6
1516
env: DJANGO_VERSION=1.7.11
1617
- python: 2.6
17-
env: DJANGO_VERSION=1.8.14
18+
env: DJANGO_VERSION=1.8.18
1819
- python: 2.6
19-
env: DJANGO_VERSION=1.9.9
20+
env: DJANGO_VERSION=1.9.13
2021
- python: 2.6
21-
env: DJANGO_VERSION=1.10
22+
env: DJANGO_VERSION=1.10.7
23+
- python: 2.6
24+
env: DJANGO_VERSION=1.11.2
2225
- python: 3.4
2326
env: DJANGO_VERSION=1.6.11
2427
- python: 3.5
2528
env: DJANGO_VERSION=1.6.11
2629
- python: 3.3
27-
env: DJANGO_VERSION=1.9.9
30+
env: DJANGO_VERSION=1.9.13
2831
- python: 3.3
29-
env: DJANGO_VERSION=1.10
32+
env: DJANGO_VERSION=1.10.7
3033
- python: 3.5
3134
env: DJANGO_VERSION=1.7.11
3235
- python: 3.5
33-
env: DJANGO_VERSION=1.8.14
36+
env: DJANGO_VERSION=1.8.18
3437
{%endblock%}
3538

3639
{%block custom_python_versions%}

.travis.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ notifications:
55
env:
66
- DJANGO_VERSION=1.6.11
77
- DJANGO_VERSION=1.7.11
8-
- DJANGO_VERSION=1.8.14
9-
- DJANGO_VERSION=1.9.9
10-
- DJANGO_VERSION=1.10
8+
- DJANGO_VERSION=1.8.18
9+
- DJANGO_VERSION=1.9.13
10+
- DJANGO_VERSION=1.10.7
11+
- DJANGO_VERSION=1.11.2
1112
python:
1213
- 2.6
1314
- 2.7
@@ -19,23 +20,25 @@ matrix:
1920
- python: 2.6
2021
env: DJANGO_VERSION=1.7.11
2122
- python: 2.6
22-
env: DJANGO_VERSION=1.8.14
23+
env: DJANGO_VERSION=1.8.18
2324
- python: 2.6
24-
env: DJANGO_VERSION=1.9.9
25+
env: DJANGO_VERSION=1.9.13
2526
- python: 2.6
26-
env: DJANGO_VERSION=1.10
27+
env: DJANGO_VERSION=1.10.7
28+
- python: 2.6
29+
env: DJANGO_VERSION=1.11.2
2730
- python: 3.4
2831
env: DJANGO_VERSION=1.6.11
2932
- python: 3.5
3033
env: DJANGO_VERSION=1.6.11
3134
- python: 3.3
32-
env: DJANGO_VERSION=1.9.9
35+
env: DJANGO_VERSION=1.9.13
3336
- python: 3.3
34-
env: DJANGO_VERSION=1.10
37+
env: DJANGO_VERSION=1.10.7
3538
- python: 3.5
3639
env: DJANGO_VERSION=1.7.11
3740
- python: 3.5
38-
env: DJANGO_VERSION=1.8.14
41+
env: DJANGO_VERSION=1.8.18
3942
before_install:
4043
- cd $HOME
4144
- "if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then deactivate && wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7.1-linux_x86_64-portable.tar.bz2 -O - | tar -jxf - && echo 'Setting up aliases...' && ln -s pypy-5.7.1-linux_x86_64-portable pypy2-latest && export PATH=$HOME/pypy2-latest/bin/:$PATH && virtualenv --no-site-packages --python ~/pypy2-latest/bin/pypy pypy2-env && echo 'Creating custom env...' && source pypy2-env/bin/activate && python -V; fi"

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,16 @@ and export from SQL databases, information analysis and persistence. It uses
136136
Tested Django Versions
137137
========================
138138

139-
.. image:: https://img.shields.io/badge/django-1.10-green.svg
139+
.. image:: https://img.shields.io/badge/django-1.11.2-green.svg
140140
:target: http://travis-ci.org/pyexcel/django-excel
141141

142-
.. image:: https://img.shields.io/badge/django-1.9.9-green.svg
142+
.. image:: https://img.shields.io/badge/django-1.10.7-green.svg
143143
:target: http://travis-ci.org/pyexcel/django-excel
144144

145-
.. image:: https://img.shields.io/badge/django-1.8.14-green.svg
145+
.. image:: https://img.shields.io/badge/django-1.9.13-green.svg
146+
:target: http://travis-ci.org/pyexcel/django-excel
147+
148+
.. image:: https://img.shields.io/badge/django-1.8.18-green.svg
146149
:target: http://travis-ci.org/pyexcel/django-excel
147150

148151
.. image:: https://img.shields.io/badge/django-1.7.11-green.svg

0 commit comments

Comments
 (0)