File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ python:
1515 - 3.3
1616 - 3.4
1717 - 3.5
18+ - 3.6
1819matrix :
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
4253before_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"
You can’t perform that action at this time.
0 commit comments