mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-05-13 09:43:10 +00:00
Update Travis config.
This commit is contained in:
parent
7636e0e729
commit
ebda962dfe
1 changed files with 0 additions and 13 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -1,7 +1,6 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
|
||||||
|
|
@ -16,18 +15,6 @@ branches:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
-
|
|
||||||
python: "2.6"
|
|
||||||
env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project
|
|
||||||
|
|
||||||
-
|
|
||||||
python: "2.6"
|
|
||||||
env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=sample_project
|
|
||||||
|
|
||||||
-
|
|
||||||
python: "2.6"
|
|
||||||
env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project
|
|
||||||
|
|
||||||
-
|
-
|
||||||
python: "2.7"
|
python: "2.7"
|
||||||
env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project
|
env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue