mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Added travis config.
This commit is contained in:
parent
9dc3fc87a8
commit
133936e71b
2 changed files with 18 additions and 2 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal 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
|
||||
|
|
@ -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
|
||||
--------
|
||||
|
|
|
|||
Loading…
Reference in a new issue