mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-05-05 13:54:45 +00:00
15 lines
235 B
YAML
15 lines
235 B
YAML
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
|
|
env:
|
|
- DJANGO=1.6.6
|
|
|
|
install:
|
|
- pip install . --use-mirrors
|
|
- pip install -r sample_project/requirements.txt --use-mirrors
|
|
|
|
script:
|
|
- cd sample_project
|
|
- python manage.py test
|