Merge branch 'master' of github.com:flosch/pongo2-addons
This commit is contained in:
commit
ae384c7d10
13
.travis.yml
Normal file
13
.travis.yml
Normal 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
|
@ -1,5 +1,8 @@
|
|||||||
# pongo2-addons
|
# 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.
|
Official filter and tag add-ons for [pongo2](https://github.com/flosch/pongo2). Uses 3rd-party-libraries.
|
||||||
|
|
||||||
## How to use and install
|
## How to use and install
|
||||||
|
Loading…
Reference in New Issue
Block a user