From fac0b46c15bc9e4159d26ecee83eae3d47f6b783 Mon Sep 17 00:00:00 2001 From: Jon Cotton Date: Fri, 4 Apr 2014 18:21:24 -0700 Subject: [PATCH] TravisCI - fix tests in Django 1.3 by explicitly limiting the django-model-utils version (tox.ini already does this). Add the build status to the Readme. --- .travis.yml | 1 + README.rst | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81b6f9e..907a7cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 2.7 install: - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi + - if [[ $DJANGO_VERSION < '1.4' ]]; then pip install "django-model-utils<1.4"; fi - pip install -r requirements/dev.txt - pip install . - pip install Django==$DJANGO_VERSION diff --git a/README.rst b/README.rst index d9feb98..d7baa00 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,9 @@ armstrong.apps.embeds ===================== + +.. image:: https://travis-ci.org/armstrong/armstrong.apps.embeds.svg?branch=master + :target: https://travis-ci.org/armstrong/armstrong.apps.embeds + Armstrong.Apps.Embeds provides a data model and modular backend system to extract embeddable content and metadata from external URLs. Representing embeddable content in a database brings the typical benefits of relational