mirror of
https://github.com/jazzband/django-categories.git
synced 2026-05-25 23:53:46 +00:00
16 lines
No EOL
268 B
YAML
16 lines
No EOL
268 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
env:
|
|
- DJANGO_VERSION=1.3.1
|
|
- DJANGO_VERSION=1.4
|
|
install:
|
|
- pip install Django==$DJANGO_VERSION
|
|
- pip install -e .
|
|
- pip install South
|
|
script:
|
|
- ./example/manage.py test categories
|
|
branches:
|
|
only:
|
|
- master |