mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 10:21:05 +01:00
Add Django 1.11 to testing on Travis CI
This commit is contained in:
parent
b2ac1fd3a5
commit
93934fea46
@ -7,9 +7,10 @@ python:
|
||||
- "3.6"
|
||||
|
||||
env:
|
||||
- DJANGO=1.8.17
|
||||
- DJANGO=1.9.12
|
||||
- DJANGO=1.10.4
|
||||
- DJANGO=1.8.18
|
||||
- DJANGO=1.9.13
|
||||
- DJANGO=1.10.7
|
||||
- DJANGO=1.11
|
||||
|
||||
install:
|
||||
- pip install -q Django==$DJANGO
|
||||
|
Loading…
Reference in New Issue
Block a user