File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ cache: false
88env :
99 matrix :
1010 - TARGET=test
11+ PYTHON_MSGPACK=python-msgpack-0.4.0
12+ - TARGET=test
13+ PYTHON_MSGPACK=msgpack-0.5.0
14+ - TARGET=test
15+ PYTHON_MSGPACK=msgpack-0.6.0
16+ - TARGET=test
17+ PYTHON_MSGPACK=msgpack-0.6.2
18+ - TARGET=test
19+ PYTHON_MSGPACK=msgpack-1.0.0
1120 - OS=el DIST=6
1221 - OS=el DIST=7
1322 - OS=fedora DIST=28
Original file line number Diff line number Diff line change 1- msgpack-python >= 0.4.0
1+ msgpack >= 0.4.0
Original file line number Diff line number Diff line change @@ -9,8 +9,12 @@ echo "deb http://download.tarantool.org/tarantool/2x/ubuntu/ ${release} main" |
99sudo apt-get update > /dev/null
1010sudo apt-get -q -y install tarantool
1111
12+ # Install module requirements.
13+ #
14+ # Keep it in sync with requirements.txt.
15+ pip install " ${PYTHON_MSGPACK:- python-msgpack-1.0.0} "
16+
1217# Install testing dependencies.
13- pip install -r requirements.txt
1418pip install pyyaml
1519
1620# Run tests.
You can’t perform that action at this time.
0 commit comments