Added travis config.

This commit is contained in:
Jannis Leidel 2013-03-02 15:49:43 +01:00
parent 9dc3fc87a8
commit 133936e71b
2 changed files with 18 additions and 2 deletions

12
.travis.yml Normal file
View file

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

View file

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