tarantool / tarantool-python

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

ci: remove configuration files for unused tools #216

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

After solving #182, repository uses GitHub Actions for CI. This patch removes Travis CI, Jenkins and Appveyor configuration files. It must disable current Appveyor CI runs. Remove tox.ini and test.sh files since they are also outdated and irrelevant.

Follows up #182

DifferentialOrange commented 2 years ago

Changed this in Appveyor settings image

DifferentialOrange commented 2 years ago

After merging this patch, we may remove Travis hook and stop remote Tarantool VM. AFAIU, Appveyor project cannot be frozen, only deleted, but its jobs won't run with "Skip branches without appveyor.yml" option enabled. image

Totktonada commented 2 years ago

I would also remove tox.ini and test.sh.

DifferentialOrange commented 2 years ago

I would also remove tox.ini and test.sh.

Removed