mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-26 06:21:07 -05:00
20 lines
407 B
YAML
20 lines
407 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.2"
|
|
env:
|
|
- DJANGO=django==1.3
|
|
- DJANGO=django==1.4
|
|
- DJANGO=https://github.com/django/django/tarball/stable/1.5.x
|
|
matrix:
|
|
exclude:
|
|
- python: "3.2"
|
|
env: DJANGO=django==1.3
|
|
- python: "3.2"
|
|
env: DJANGO=django==1.4
|
|
install:
|
|
- pip install -q $DJANGO --use-mirrors
|
|
- pip install . --use-mirrors
|
|
script: python -Wall setup.py test
|