mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-29 22:19:05 +02:00
Grab requirements.txt for tests and remove Django 1.3 testing (requirements.txt asks for Django>1.4)
This commit is contained in:
parent
b41eae040d
commit
8b2489d87d
@ -3,11 +3,11 @@ python:
|
|||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.3.7
|
|
||||||
- DJANGO=1.4.13
|
- DJANGO=1.4.13
|
||||||
- DJANGO=1.5.8
|
- DJANGO=1.5.8
|
||||||
- DJANGO=1.6.5
|
- DJANGO=1.6.5
|
||||||
install:
|
install:
|
||||||
- pip install argparse
|
- pip install argparse
|
||||||
- pip install -q Django==$DJANGO
|
- pip install -q Django==$DJANGO
|
||||||
|
- pip install -q -r requirements.txt
|
||||||
script: python quicktest.py helpdesk
|
script: python quicktest.py helpdesk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user