mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-11-07 16:54:10 +01:00
Fix missing bits of test
Travis will now grab the newest point releases of Django, including 1.6.5 Also added 'bootstrapform' to test settings to reduce failing tests to actual bugs
This commit is contained in:
parent
2a257c6407
commit
a99f444e96
@ -3,9 +3,10 @@ python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO=1.4.3
|
||||
- DJANGO=1.3.5
|
||||
- DJANGO=1.5.0
|
||||
- DJANGO=1.3.7
|
||||
- DJANGO=1.4.13
|
||||
- DJANGO=1.5.8
|
||||
- DJANGO=1.6.5
|
||||
install:
|
||||
- pip install argparse --use-mirrors
|
||||
- pip install -q Django==$DJANGO --use-mirrors
|
||||
|
@ -22,6 +22,7 @@ class QuickDjangoTest(object):
|
||||
'django.contrib.admin',
|
||||
'django.contrib.staticfiles',
|
||||
'django.contrib.messages',
|
||||
'bootstrapform',
|
||||
)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user