updated travis

This commit is contained in:
Asif Saifuddin Auvi 2018-05-10 22:15:00 +06:00
parent 28702ef165
commit cf822c745b

View file

@ -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