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 --------