tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
101 stars 46 forks source link

Add testing on different tarantool versions #124

Closed Totktonada closed 2 years ago

Totktonada commented 5 years ago

1_9, 1_10 and 2x at least.

I siggest to use a variable with packagecloud bucket (don't sure about the name) in test.sh that is set in a travis job (in .travis.yml).

Setup weekly ('cron') run on Travis-CI and exclude packages build from it (see the example here).

Totktonada commented 4 years ago

I would do it similarly to tarantool-php.

Totktonada commented 3 years ago

Let's implement #182 first.

Totktonada commented 2 years ago

Superseded by #182 and #198.