Skip to content

Commit 0991ecb

Browse files
committed
Add travis icon and add msgpack to travis
1 parent 04f3760 commit 0991ecb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ before_script:
1919
- sudo apt-get update
2020

2121
script:
22-
- sudo apt-get -y install tarantool python-yaml
22+
- sudo apt-get -y install tarantool python-yaml msgpack-python
2323
- python setup.py test

Diff for: README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ This package is a pure-python client library for `Tarantool`_.
1111
.. _`GitHub`: https://github.com/tarantool/tarantool-python
1212
.. _`Issue tracker`: https://github.com/tarantool/tarantool-python/issues
1313

14+
.. image:: https://travis-ci.org/tarantool/tarantool-python.svg?branch=master
15+
:target: https://travis-ci.org/tarantool/tarantool-python
16+
1417
Download and Install
1518
--------------------
1619

0 commit comments

Comments
 (0)