We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f3760 commit 0991ecbCopy full SHA for 0991ecb
.travis.yml
@@ -19,5 +19,5 @@ before_script:
19
- sudo apt-get update
20
21
script:
22
- - sudo apt-get -y install tarantool python-yaml
+ - sudo apt-get -y install tarantool python-yaml msgpack-python
23
- python setup.py test
README.rst
@@ -11,6 +11,9 @@ This package is a pure-python client library for `Tarantool`_.
11
.. _`GitHub`: https://github.com/tarantool/tarantool-python
12
.. _`Issue tracker`: https://github.com/tarantool/tarantool-python/issues
13
14
+.. image:: https://travis-ci.org/tarantool/tarantool-python.svg?branch=master
15
+ :target: https://travis-ci.org/tarantool/tarantool-python
16
+
17
Download and Install
18
--------------------
0 commit comments