mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 09:23:39 +01:00
4e2e517821
changed doc to reflect this;
15 lines
273 B
YAML
15 lines
273 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.4"
|
|
- "3.5"
|
|
env:
|
|
- DJANGO=1.7.11
|
|
- DJANGO=1.8.7
|
|
- DJANGO=1.9
|
|
install:
|
|
- pip install argparse
|
|
- pip install -q Django==$DJANGO
|
|
- pip install -q -r requirements.txt
|
|
script: python quicktest.py helpdesk
|