You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git shortlog 0.7.0..0.11.0 --no-merges
Jean-Christophe Fillion-Robin (20):
Bump version to 0.8.0
ci: Install scikit-ci-addons into addons directory
tests/test_current_service: Test for invalid service
coverage: ci/__main__: Fix report removing exclusion from coveragerc
tests/test_current_service: Fix test when running on CI service
setup: Add "Environment :: Console" classifier
setup: Simplify release process using "versioneer"
ci: Display normal error message when command fails while executing a step
ci: Ensure latest version of scikit-ci boostrap package is installed
ci: Display step name using text to ascii art generator
ci: Update from scikit-ci-addons 0.3.0 to 0.6.0
setup: Update "Development Status" from "2 - Pre-Alpha" to "3 - Alpha"
ci: Add support for '--clear-cached-env' option
docs: Improve "Executing scikit-ci steps"
ci: Add "true" support for multi-line command on unix
ci: Add support for python command. See #22
ci: Fix python command support working around ruamel.yaml issue.
travis/appveyor: Fix typo "BOOTSRAP_BRANCH" -> "BOOTSTRAP_BRANCH"
travis.yml: Fix setting of BOOTSTRAP_BRANCH for release
ci: Expand unset scikit-ci env variable used in command to an empty string
Originally each add-ons was designed to be executable as a standalone scripts without having to install anything, it is probably time to revisit this.
This means that a
utils.py
module could be added toci_addons
with a collection of functions re-used in each add-ons.The text was updated successfully, but these errors were encountered: