mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-04-22 23:44:46 +00:00
Updated requirements and Travis config.
This commit is contained in:
parent
8b9cf718c0
commit
31780a672a
2 changed files with 4 additions and 4 deletions
|
|
@ -4,11 +4,11 @@ python:
|
|||
- "2.7"
|
||||
|
||||
env:
|
||||
- DJANGO=1.7
|
||||
- DJANGO=1.6.6
|
||||
|
||||
install:
|
||||
- pip install . --use-mirrors
|
||||
- pip install -r sample_project/requirements.txt --use-mirrors
|
||||
|
||||
script:
|
||||
- python ./sample_project/manage.py test
|
||||
- python sample_project/manage.py test
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
django
|
||||
south
|
||||
django==1.6.6
|
||||
south==1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue