diff --git a/.travis.yml b/.travis.yml index c7eccd4..1199428 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,32 +5,26 @@ cache: - "~/.cache/pip" python: - '2.7' -- '3.3' - '3.4' - '3.5' env: -- DJANGO=1.8 -- DJANGO=1.9 +- DJANGO=2.0 - DJANGO=1.10 - DJANGO=1.11 - DJANGO=master matrix: exclude: - - python: '3.3' - env: DJANGO=1.9 - - python: '3.3' - env: DJANGO=1.10 - - python: '3.3' - env: DJANGO=1.11 - - python: '3.3' + - python: '2.7' env: DJANGO=master + - python: '2.7' + env: DJANGO=2.0 allow_failures: - python: '2.7' env: DJANGO=master - python: '3.4' env: DJANGO=master - - python: '3.5' - env: DJANGO=master + - python: '2.7' + env: DJANGO=2.0 install: - pip install tox script: @@ -45,5 +39,5 @@ deploy: tags: true repo: jazzband/django-admin2 # only do the PyPI release for exactly one scenario of the test matrix: - condition: "$DJANGO = 1.9" + condition: "$DJANGO = 1.11" python: 2.7