Merge branch 'master' of github.com:flosch/pongo2-addons

This commit is contained in:
Florian Schlachter 2014-07-28 14:41:15 +02:00
commit ae384c7d10
2 changed files with 16 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: go
go:
- 1.3
- tip
install:
- go get code.google.com/p/go.tools/cmd/cover
- go get gopkg.in/check.v1
- go get github.com/flosch/pongo2
- go get github.com/russross/blackfriday
- go get github.com/extemporalgenome/slug
script:
- go test -v -covermode=count -coverprofile=coverage.out

View File

@ -1,5 +1,8 @@
# pongo2-addons
[![Build Status](https://travis-ci.org/flosch/pongo2-addons.svg?branch=master)](https://travis-ci.org/flosch/pongo2-addons)
[![GitTip](http://img.shields.io/badge/gittip-support%20pongo-brightgreen.svg)](https://www.gittip.com/flosch/)
Official filter and tag add-ons for [pongo2](https://github.com/flosch/pongo2). Uses 3rd-party-libraries.
## How to use and install