debian-django-oauth2-provider/.travis.yml

15 lines
332 B
YAML
Raw Permalink Normal View History

language: python
2013-01-16 14:26:07 +01:00
env:
2013-06-14 16:55:40 +02:00
- DJANGO="django>=1.4,<1.5"
- DJANGO="django>=1.5,<1.6"
- DJANGO="django>=1.6,<1.7"
python:
- "2.6"
- "2.7"
# command to install dependencies
2013-01-16 14:26:07 +01:00
install:
- pip install -q -r requirements.txt --use-mirrors
2013-06-14 16:55:40 +02:00
- pip install -q $DJANGO --use-mirrors -U
- python setup.py develop
2013-01-17 17:12:52 +01:00
script: ./test.sh