mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-21 16:30:27 +00:00
More excludes.
This commit is contained in:
parent
b86bbec630
commit
fcb7fd132d
1 changed files with 9 additions and 5 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -19,23 +19,27 @@ matrix:
|
|||
exclude:
|
||||
-
|
||||
python: "2.6"
|
||||
env: DJANGO_VERSION=1.6.7
|
||||
env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=sample_project
|
||||
|
||||
-
|
||||
python: "2.6"
|
||||
env: DJANGO_VERSION=1.7
|
||||
env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project
|
||||
|
||||
-
|
||||
python: "2.7"
|
||||
env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project
|
||||
|
||||
-
|
||||
python: "3.4"
|
||||
env: DJANGO_VERSION=1.5.10
|
||||
env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project
|
||||
|
||||
-
|
||||
python: "3.4"
|
||||
env: DJANGO_VERSION=1.6.7
|
||||
env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
|
||||
|
||||
-
|
||||
python: "3.4"
|
||||
env: SAMPLE_PROJECT=sample_project
|
||||
env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=sample_project
|
||||
|
||||
install:
|
||||
- pip install south
|
||||
|
|
|
|||
Loading…
Reference in a new issue