mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-20 17:30:46 +02:00
Adding Django 1.10 to Travis
This commit is contained in:
parent
af893bdcc8
commit
40c046e993
@ -9,6 +9,7 @@ env:
|
|||||||
- DJANGO=1.7.11
|
- DJANGO=1.7.11
|
||||||
- DJANGO=1.8.7
|
- DJANGO=1.8.7
|
||||||
- DJANGO=1.9
|
- DJANGO=1.9
|
||||||
|
- DJANGO=1.10
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
@ -20,4 +21,4 @@ install:
|
|||||||
- 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