Skip to content

Commit b682e77

Browse files
committed
test against python 3.6
1 parent be6837d commit b682e77

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.moban.d/travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ matrix:
3434
env: DJANGO_VERSION=1.7.11
3535
- python: 3.5
3636
env: DJANGO_VERSION=1.8.18
37+
- python: 3.6
38+
env: DJANGO_VERSION=1.6.11
39+
- python: 3.6
40+
env: DJANGO_VERSION=1.9.13
41+
- python: 3.6
42+
env: DJANGO_VERSION=1.10.7
43+
- python: 3.6
44+
env: DJANGO_VERSION=1.7.11
45+
- python: 3.6
46+
env: DJANGO_VERSION=1.8.18
3747
{%endblock%}
3848

3949
{%block custom_python_versions%}
@@ -43,6 +53,7 @@ python:
4353
- 3.3
4454
- 3.4
4555
- 3.5
56+
- 3.6
4657
{%endblock%}
4758

4859
{% block custom_install %} - pip install Django==$DJANGO_VERSION

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ python:
1515
- 3.3
1616
- 3.4
1717
- 3.5
18+
- 3.6
1819
matrix:
1920
exclude:
2021
- python: 2.6
@@ -39,6 +40,16 @@ matrix:
3940
env: DJANGO_VERSION=1.7.11
4041
- python: 3.5
4142
env: DJANGO_VERSION=1.8.18
43+
- python: 3.6
44+
env: DJANGO_VERSION=1.6.11
45+
- python: 3.6
46+
env: DJANGO_VERSION=1.9.13
47+
- python: 3.6
48+
env: DJANGO_VERSION=1.10.7
49+
- python: 3.6
50+
env: DJANGO_VERSION=1.7.11
51+
- python: 3.6
52+
env: DJANGO_VERSION=1.8.18
4253
before_install:
4354
- cd $HOME
4455
- "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"

0 commit comments

Comments
 (0)