mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-17 06:30:25 +00:00
updated travis
This commit is contained in:
parent
28702ef165
commit
cf822c745b
1 changed files with 7 additions and 13 deletions
20
.travis.yml
20
.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
|
||||
|
|
|
|||
Loading…
Reference in a new issue