Skip to content

Commit ba5c56c

Browse files
authored
removing circleci (#175)
1 parent 44e18c2 commit ba5c56c

4 files changed

Lines changed: 1 addition & 53 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/artifact.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/develop/contributing.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Github-CI][github-ci]][github-link]
44
[![Coverage Status][codecov-badge]][codecov-link]
5-
[![CircleCI][circleci-badge]][circleci-link]
65
[![Documentation Status][rtd-badge]][rtd-link]
76
[![Code style: black][black-badge]][black-link]
87

@@ -85,8 +84,6 @@ Merging pull requests: There are three ways of 'merging' pull requests on GitHub
8584
[github-link]: https://github.com/executablebooks/MyST-Parser
8685
[codecov-badge]: https://codecov.io/gh/executablebooks/MyST-Parser/branch/master/graph/badge.svg
8786
[codecov-link]: https://codecov.io/gh/executablebooks/MyST-Parser
88-
[circleci-badge]: https://circleci.com/gh/executablebooks/MyST-Parser.svg?style=shield
89-
[circleci-link]: https://circleci.com/gh/executablebooks/MyST-Parser
9087
[rtd-badge]: https://readthedocs.org/projects/myst-parser/badge/?version=latest
9188
[rtd-link]: https://myst-parser.readthedocs.io/en/latest/?badge=latest
9289
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg

docs/develop/test_infrastructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manner:
88

99
> **Write failing tests that the code should pass, then write code to pass the tests**.
1010
11-
The tests are run using [pytest](https://docs.pytest.org)/[GitHub Actions](https://github.com/features/actions) for unit tests, and [sphinx-build](https://www.sphinx-doc.org/en/master/man/sphinx-build.html)/[CircleCI](https://circleci.com) for documentation build tests.
11+
The tests are run using [pytest](https://docs.pytest.org)/[GitHub Actions](https://github.com/features/actions) for unit tests, and [readthedocs](https://readthedocs.org/) for documentation build tests.
1212

1313
The tests are ordered in a hierarchical fashion:
1414

0 commit comments

Comments
 (0)