From cf822c745bb0d6ce38d95115ac3b2428dd4d0872 Mon Sep 17 00:00:00 2001 From: Asif Saifuddin Auvi Date: Thu, 10 May 2018 22:15:00 +0600 Subject: [PATCH] updated travis --- .travis.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) 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