mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-18 12:31:10 +00:00
12 lines
229 B
YAML
12 lines
229 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
env:
|
|
- DJANGO_VERSION=1.3.7
|
|
- DJANGO_VERSION=1.4.5
|
|
- DJANGO_VERSION=1.5
|
|
install:
|
|
- pip install Django==$DJANGO_VERSION
|
|
- python setup.py install
|
|
script: python setup.py test
|