jacebrowning / template-python

My template for new Python libraries.
The Unlicense
662 stars 101 forks source link

[Feature Request] Support for Gitlab #191

Closed e0lithic closed 4 years ago

e0lithic commented 4 years ago

Hi,

First of all great work. I am just starting out with python and devops tooling and this is indeed one of the best python templates for packages out there to learn best practices and development in general. Would it be possible to extend support for gitlab and gitlab CI.

Thanks

jacebrowning commented 4 years ago

I'd be happy to review a PR that adds a .gitlab-ci.yml that maps the CI concepts from .travis.yml.

e0lithic commented 4 years ago

Thanks, will do it soon.