mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Add new versions of python and django to travis build
This commit is contained in:
parent
99a64e690e
commit
b554e65923
1 changed files with 8 additions and 3 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -4,18 +4,23 @@ python:
|
|||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
install:
|
||||
- pip install -e .
|
||||
- pip install -r tests/requirements.txt
|
||||
- pip install https://github.com/django/django/archive/${DJANGO}.zip#egg=django
|
||||
script: make test
|
||||
env:
|
||||
- DJANGO=1.4.7
|
||||
- DJANGO=1.4.20
|
||||
- DJANGO=1.5.3
|
||||
- DJANGO=stable/1.6.x
|
||||
- DJANGO=stable/1.7.x
|
||||
- DJANGO=stable/1.8.x
|
||||
matrix:
|
||||
exclude:
|
||||
- python: 3.2
|
||||
env: DJANGO=1.4.7
|
||||
env: DJANGO=1.4.20
|
||||
- python: 3.3
|
||||
env: DJANGO=1.4.7
|
||||
env: DJANGO=1.4.20
|
||||
- python: 3.4
|
||||
env: DJANGO=1.4.20
|
||||
|
|
|
|||
Loading…
Reference in a new issue