Skip to content

Commit e454864

Browse files
committed
Travis: switch to released Django 2.0
And move Python 3.6 live integration tests from Django 1.11 to Django 2.0.
1 parent 7029298 commit e454864

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }

0 commit comments

Comments
 (0)