File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,14 @@ matrix:
2929 - { env: DJANGO=django==1.11, python: 2.7 }
3030 - { env: DJANGO=django==1.11, python: 3.4 }
3131 - { env: DJANGO=django==1.11, python: 3.5 }
32- - { env: DJANGO=django==1.11 RUN_LIVE_TESTS=true , python: 3.6 }
32+ - { env: DJANGO=django==1.11, python: 3.6 }
3333 - { env: DJANGO=django==1.11, python: pypy }
34- # Django 2.0 (prerelease): Python 3.5+
35- - { env: DJANGO="--pre django", python: 3.5 }
36- - { env: DJANGO="--pre django", python: 3.6 }
34+ # Django 2.0: Python 3.5+
35+ - { env: DJANGO=django==2.0, python: 3.5 }
36+ - { env: DJANGO=django==2.0 RUN_LIVE_TESTS=true, python: 3.6 }
37+ # Django 2.1 (prerelease): Python 3.5+
38+ # - { env: DJANGO="--pre django", python: 3.5 }
39+ # - { env: DJANGO="--pre django", python: 3.6 }
3740
3841 - { env: FLAKE8=true, python: 2.7 }
3942 - { env: FLAKE8=true, python: 3.6 }
You can’t perform that action at this time.
0 commit comments