mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
13 lines
242 B
YAML
13 lines
242 B
YAML
language: python
|
|
python:
|
|
- "2.5"
|
|
- "2.6"
|
|
- "2.7"
|
|
env:
|
|
- DJANGO=1.4.1
|
|
- DJANGO=1.3.3
|
|
install:
|
|
- pip install argparse --use-mirrors
|
|
- pip install -q Django==$DJANGO --use-mirrors
|
|
script: python quicktest.py helpdesk
|