telluric
telluric copied to clipboard
Test against several GDAL versions
CircleCI allows using custom Docker images, which would be extremely useful to test against different versions of GDAL:
https://circleci.com/docs/2.0/custom-images/#overview
Also, the Workflows functionality is more similar to what can be found in GitLab CI:
https://circleci.com/docs/2.0/workflows/
I amend myself: Travis CI also supports Docker https://docs.travis-ci.com/user/docker/
We're already testing against several Python versions