mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Update testing matrix
This commit is contained in:
parent
d9c162cda9
commit
1511e67d66
1 changed files with 4 additions and 1 deletions
|
|
@ -14,12 +14,15 @@ script: make test
|
|||
env:
|
||||
- DJANGO=1.9.13
|
||||
- DJANGO=1.10.7
|
||||
- DJANGO=1.11.1
|
||||
- DJANGO=1.11.8
|
||||
- DJANGO=2.0
|
||||
matrix:
|
||||
exclude:
|
||||
- python: 3.6
|
||||
env: DJANGO=1.9.13
|
||||
- python: 3.6
|
||||
env: DJANGO=1.10.7
|
||||
- python: 2.7
|
||||
env: DJANGO=2.0
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue