mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
21 lines
395 B
YAML
21 lines
395 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
- 3.3
|
|
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.5.3
|
|
- DJANGO=stable/1.6.x
|
|
matrix:
|
|
exclude:
|
|
- python: 3.2
|
|
env: DJANGO=1.4.7
|
|
- python: 3.3
|
|
env: DJANGO=1.4.7
|