django-helpdesk/.travis.yml
2014-06-05 01:07:05 +01:00

14 lines
241 B
YAML

language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.3.7
- DJANGO=1.4.13
- DJANGO=1.5.8
- DJANGO=1.6.5
install:
- pip install argparse
- pip install -q Django==$DJANGO
script: python quicktest.py helpdesk