django-helpdesk/.travis.yml
Darrell Enns 8f0a80d322 added url tag compatibility fix for django <1.5
added django 1.5 to travis
2013-03-18 11:41:43 -07:00

13 lines
249 B
YAML

language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.3
- DJANGO=1.3.5
- DJANGO=1.5.0
install:
- pip install argparse --use-mirrors
- pip install -q Django==$DJANGO --use-mirrors
script: python quicktest.py helpdesk