Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.
/ scikit-ci Public archive

⚠️ OBSOLETE | Simpler and centralized CI configuration for Python extensions.

License

Notifications You must be signed in to change notification settings

scikit-build/scikit-ci

Repository files navigation

scikit-ci

The scikit-ci project was archived in March 2023.
To build Python wheels across platforms and CI servers, consider using cibuildwheel.

Overview

scikit-ci enables a centralized and simpler CI configuration for Python extensions.

By having appveyor.yml, azure-pipelines.yml, circle.yml and .travis.yml calling the same scikit-ci command-line executable, all the CI steps for all service can be fully described in one scikit-ci.yml configuration file.

Latest Release

Versions
https://img.shields.io/pypi/v/scikit-ci.svg?maxAge=2592000

Build Status

Continuous integration pipelines have been disabled in March 2023. They were historically triggered on AppVeyor, Azure Pipelines, CircleCI and TravisCI services.

Overall Health

Documentation Status

Code coverage was at 95% and was historically tracked using codecov.io service until March 2023.

Miscellaneous