mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +01:00
12 lines
230 B
YAML
12 lines
230 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
env:
|
|
- DJANGO=1.4.3
|
|
- DJANGO=1.3.5
|
|
install:
|
|
- pip install argparse --use-mirrors
|
|
- pip install -q Django==$DJANGO --use-mirrors
|
|
script: python quicktest.py helpdesk
|