mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-25 21:13:42 +00:00
Changed travis tests to supported versions
This commit is contained in:
parent
1d49045477
commit
a38eb1168b
1 changed files with 3 additions and 17 deletions
20
.travis.yml
20
.travis.yml
|
|
@ -1,9 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
sudo: false
|
sudo: false
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
|
|
@ -12,26 +10,14 @@ env:
|
||||||
global:
|
global:
|
||||||
- DISPLAY=:99.0
|
- DISPLAY=:99.0
|
||||||
matrix:
|
matrix:
|
||||||
- DJANGO="<1.5,>=1.4"
|
|
||||||
- DJANGO="<1.7,>=1.6"
|
- DJANGO="<1.7,>=1.6"
|
||||||
- DJANGO="<1.8,>=1.7"
|
- DJANGO="<1.8,>=1.7"
|
||||||
- DJANGO="<1.9,>=1.8"
|
- DJANGO="<1.9,>=1.8"
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
allow_failures:
|
||||||
- python: "3.2"
|
- env: DJANGO="<1.7,>=1.6"
|
||||||
env: DJANGO="<1.5,>=1.4"
|
- python: "pypy"
|
||||||
- python: "3.3"
|
|
||||||
env: DJANGO="<1.5,>=1.4"
|
|
||||||
- python: "3.4"
|
|
||||||
env: DJANGO="<1.5,>=1.4"
|
|
||||||
- python: "pypy3"
|
- python: "pypy3"
|
||||||
env: DJANGO="<1.5,>=1.4"
|
|
||||||
- python: "2.6"
|
|
||||||
env: DJANGO="<1.8,>=1.7"
|
|
||||||
- python: "3.2"
|
|
||||||
env: DJANGO="<1.8,>=1.7"
|
|
||||||
- python: "2.6"
|
|
||||||
env: DJANGO="<1.9,>=1.8"
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue