forked from mirror/django-mailbox
13 lines
225 B
YAML
13 lines
225 B
YAML
|
|
language: python
|
||
|
|
python:
|
||
|
|
- "2.6"
|
||
|
|
- "2.7"
|
||
|
|
env:
|
||
|
|
- DJANGO=1.3.1
|
||
|
|
- DJANGO=1.4
|
||
|
|
install:
|
||
|
|
- pip install -q Django==$DJANGO --use-mirrors
|
||
|
|
- pip install -q -e . --use-mirrors
|
||
|
|
script:
|
||
|
|
- python setup.py test
|