mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
14 lines
259 B
YAML
14 lines
259 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.3"
|
|
env:
|
|
- DJANGO=1.4.14
|
|
- DJANGO=1.5.9
|
|
- DJANGO=1.6.6
|
|
install:
|
|
- pip install -q Django==$DJANGO --use-mirrors
|
|
- pip install -q -e . --use-mirrors
|
|
script:
|
|
- python setup.py test
|