Skip to content

Commit

Permalink
TravisCI - fix tests in Django 1.3 by explicitly limiting the django-…
Browse files Browse the repository at this point in the history
…model-utils version (tox.ini already does this). Add the build status to the Readme.
  • Loading branch information
joncotton committed Apr 5, 2014
1 parent da4aa12 commit fac0b46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fac0b46

Please sign in to comment.