Scikit-ci

Latest version: v0.21.0

Safety actively analyzes 619477 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.21.0

================

* Fix installation of using Python 3.4

0.20.0

================

* Support environment file `env.json` update from within step.

0.19.0

================

* Streamline use of `ci.driver.Driver.save_env` ensuring provided dictionary is stringified.

0.18.0

================

* Add support for Azure Pipelines

0.17.0

================

* Add support for ruamel.yaml >= 0.15.52 and fix `AttributeError: 'CommentedMap' object has no attribute 'replace'` error.


.. :changelog:

History
-------

scikit-ci was initially developed in May 2016 by Omar Padron to facilitate the
continuous integration of the scikit-build project.

At that time, it already consisted of a driver script calling methods specific
to each continuous integration service. By having each CI service calling the
same driver script, there was no need to deal with implementing install/test/build
steps over and over in different scripting languages (power shell, shell or
windows batch). Instead all code was implemented in python code leveraging the
subprocess module.

Later in early September 2016, with the desire to setup cross-platform continuous
integration for other project and avoid duplication or maintenance hell, a
dedicated repository was created by Jean-Christophe Fillion-Robin. By simply
cloning the repository, it was possible to more easily enable CI for other projects.

While this was an improvement, all the steps were still hardcoded in the driver
scripts, the project was not easily customizable. More could be done to improve
the user experience.

Finally, in late September 2016, all hardcoded code was moved into standalone
executable python scripts. Then, Jean-Christophe came up with the concept of
scikit-ci.yml configuration file. This configuration file allows to describe the
commands and environment for each step (install, test and build) specific to a
project and associated continuous integration services.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.