Skip to content

Commit

Permalink
Merge e374833 into c5015a0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed May 12, 2017
2 parents c5015a0 + e374833 commit ce62e0f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[run]
omit =
pilosa/internal/*

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
.coverage
build/
README.rst
.coveralls.yml

12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,13 @@ python:
- "3.6"
- "nightly"
- "pypy"
install: "pip install -r requirements.txt -r test-requirements.txt"
script: make test
sudo: required
services:
- docker
before_install:
- docker run -d -p 10101:10101 pilosa/pilosa:v0.3.2
install: "pip install -r requirements.txt -r test-requirements.txt coveralls"
script: make cover
after_success:
coveralls

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<a href="https://github.com/pilosa"><img src="https://img.shields.io/badge/pilosa-v0.3.1-blue.svg"></a>
<a href="https://travis-ci.com/pilosa/python-pilosa"><img src="https://travis-ci.com/pilosa/python-pilosa.svg?token=Peb4jvQ3kLbjUEhpU5aR&branch=master"></a>
<a href="https://pypi.python.org/pypi/pilosa"><img src="https://img.shields.io/pypi/v/pilosa.svg?maxAge=2592000"></a>
<a href="http://pilosa.readthedocs.io/en/latest/?badge=latest"><img src="https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat"></A>

<img src="https://www.pilosa.com/img/ce.svg" style="float: right" align="right" height="301">

Expand Down

0 comments on commit ce62e0f

Please sign in to comment.