mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Removed Python3.5 + Django 1.7.11 from travis build targets (non-supported combination)
This commit is contained in:
parent
4e2e517821
commit
265da65ead
11
.travis.yml
11
.travis.yml
@ -1,14 +1,23 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.7.11
|
- DJANGO=1.7.11
|
||||||
- DJANGO=1.8.7
|
- DJANGO=1.8.7
|
||||||
- DJANGO=1.9
|
- DJANGO=1.9
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- python: "3.5" # django 1.7 does not support python 3.5
|
||||||
|
env: DJANGO=1.7.11
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install argparse
|
- pip install argparse
|
||||||
- pip install -q Django==$DJANGO
|
- pip install -q Django==$DJANGO
|
||||||
- pip install -q -r requirements.txt
|
- pip install -q -r requirements.txt
|
||||||
script: python quicktest.py helpdesk
|
|
||||||
|
script: python quicktest.py helpdesk
|
Loading…
Reference in New Issue
Block a user