Travis updates

This commit is contained in:
Alen Mujezinovic 2013-06-14 15:55:40 +01:00
parent 6d68d0225a
commit 335bbd2e71
2 changed files with 6 additions and 4 deletions

View File

@ -1,15 +1,17 @@
language: python
env:
- DJANGO="django==1.3.5"
- DJANGO="django==1.4.3"
- DJANGO="django>=1.2,<1.3"
- DJANGO="django>=1.3,<1.4"
- DJANGO="django>=1.4,<1.5"
- DJANGO="django>=1.5,<1.6"
- DJANGO=https://github.com/django/django/zipball/master
python:
- "2.6"
- "2.7"
# command to install dependencies
install:
- pip install -q $DJANGO --use-mirrors
- pip install -q -r requirements.txt --use-mirrors
- pip install -q $DJANGO --use-mirrors -U
- python setup.py develop
script: ./test.sh

View File

@ -1,7 +1,7 @@
django-oauth2-provider
======================
.. image:: https://secure.travis-ci.org/eculver/django-oauth2-provider.png?branch=develop
.. image:: https://travis-ci.org/caffeinehit/django-oauth2-provider.png?branch=master
*django-oauth2-provider* is a Django application that provides
customizable OAuth2\_ authentication for your Django projects.