mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-17 19:31:18 +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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user