mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +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
|
||||
sudo: false
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "pypy"
|
||||
|
|
@ -12,26 +10,14 @@ env:
|
|||
global:
|
||||
- DISPLAY=:99.0
|
||||
matrix:
|
||||
- DJANGO="<1.5,>=1.4"
|
||||
- DJANGO="<1.7,>=1.6"
|
||||
- DJANGO="<1.8,>=1.7"
|
||||
- DJANGO="<1.9,>=1.8"
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "3.2"
|
||||
env: DJANGO="<1.5,>=1.4"
|
||||
- python: "3.3"
|
||||
env: DJANGO="<1.5,>=1.4"
|
||||
- python: "3.4"
|
||||
env: DJANGO="<1.5,>=1.4"
|
||||
allow_failures:
|
||||
- env: DJANGO="<1.7,>=1.6"
|
||||
- python: "pypy"
|
||||
- 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:
|
||||
- pip install --upgrade pip
|
||||
- pip install -e .
|
||||
|
|
|
|||
Loading…
Reference in a new issue