mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 10:21:05 +01: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.8.7
|
||||
- DJANGO=1.9
|
||||
- DJANGO=1.10
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
@ -20,4 +21,4 @@ install:
|
||||
- pip install -q Django==$DJANGO
|
||||
- pip install -q -r requirements.txt
|
||||
|
||||
script: python quicktest.py helpdesk
|
||||
script: python quicktest.py helpdesk
|
||||
|
Loading…
Reference in New Issue
Block a user