Skip to content

Commit 95e1381

Browse files
committed
Add Travis integration
1 parent cd77bce commit 95e1381

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: python
2+
python:
3+
- 2.7
4+
- 3.3
5+
- 3.4
6+
install:
7+
- pip install ujson simplejson --use-mirrors
8+
- python setup.py install
9+
script: nosetests tests
10+
notifications:
11+
email:
12+
recipients:
13+
- marselester@ya.ru
14+
on_success: change
15+
on_failure: change

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
JSON log formatter
33
==================
44

5+
.. image:: https://travis-ci.org/marselester/json-log-formatter.png
6+
:target: https://travis-ci.org/marselester/json-log-formatter
7+
58
The library helps you to store logs in JSON format. Why is it important?
69
Well, it facilitates integration with **Logstash**.
710

0 commit comments

Comments
 (0)