~netlandish/django-wiki

a12ed4e4f8b29e4f6e1472010a795e6f9a665f2f — Johannes Christ 5 years ago 5abe7e2
Add Django 2.2 to the Travis CI test matrix.
1 files changed, 12 insertions(+), 0 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +12 -0
@@ 29,6 29,10 @@ matrix:
    dist: trusty
    sudo: false
    env: DJANGO="2.1"
  - python: 3.5
    dist: trusty
    sudo: false
    env: DJANGO="2.2"

  - python: 3.6
    dist: trusty


@@ 42,6 46,10 @@ matrix:
    dist: trusty
    sudo: false
    env: DJANGO="2.1"
  - python: 3.6
    dist: trusty
    sudo: false
    env: DJANGO="2.2"

  - python: 3.7
    dist: xenial


@@ 51,6 59,10 @@ matrix:
    dist: xenial
    sudo: true
    env: DJANGO="2.1"
  - python: 3.7
    dist: xenial
    sudo: true
    env: DJANGO="2.2"

  - python: pypy
    dist: trusty