From 133936e71b6dd789621f749e854d5b2822101ed8 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 2 Mar 2013 15:49:43 +0100 Subject: [PATCH] Added travis config. --- .travis.yml | 12 ++++++++++++ README.rst | 8 ++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6e0da0a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python +python: + - "2.6" + - "2.7" +env: + - DJANGO_VERSION=1.3.7 + - DJANGO_VERSION=1.4.5 + - DJANGO_VERSION=1.5 +install: + - pip install Django==$DJANGO_VERSION + - python setup.py install +script: python setup.py test diff --git a/README.rst b/README.rst index dbdae8f..62248d4 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,9 @@ -Dynamic Django settings -======================= +Constance - Dynamic Django settings +=================================== + +.. image:: https://secure.travis-ci.org/comoga/django-constance.png + :alt: Build Status + :target: http://travis-ci.org/comoga/django-constance Features --------