mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Update Travis Django versions
This commit is contained in:
parent
a292ad06cb
commit
a8c6f4e73a
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -12,15 +12,15 @@ install:
|
|||
script: make test
|
||||
env:
|
||||
- DJANGO=1.7.10
|
||||
- DJANGO=1.8.7
|
||||
- DJANGO=1.9
|
||||
- DJANGO=1.8.8
|
||||
- DJANGO=1.9.1
|
||||
matrix:
|
||||
exclude:
|
||||
- python: 3.2
|
||||
env: DJANGO=1.9
|
||||
env: DJANGO=1.9.1
|
||||
- python: 3.3
|
||||
env: DJANGO=1.9
|
||||
env: DJANGO=1.9.1
|
||||
- python: 3.5
|
||||
env: DJANGO=1.7.10
|
||||
- python: 3.5
|
||||
env: DJANGO=1.8.7
|
||||
env: DJANGO=1.8.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue