django-helpdesk/.travis.yml

25 lines
404 B
YAML
Raw Normal View History

language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
- DJANGO=1.7.11
- DJANGO=1.8.7
- DJANGO=1.9
2016-10-20 08:25:37 +02:00
- DJANGO=1.10
matrix:
exclude:
- python: "3.5" # django 1.7 does not support python 3.5
env: DJANGO=1.7.11
install:
2014-06-05 01:49:57 +02:00
- pip install argparse
- pip install -q Django==$DJANGO
- pip install -q -r requirements.txt
2016-10-20 08:25:37 +02:00
script: python quicktest.py helpdesk