Add CI to run doctests
This MR enables Gitlab CI to automatically run all doctests using pytest.
In addition, a requirements file is added to keep track of dependencies.
Edited by Lukas Kluft
Merge request reports
Activity
assigned to @m300575
Okay, the CI should be running now and the MR is ready to merge. You probably have to manually enable the CI for this project. This can be done by following these two steps:
- Navigate to Settings > General > Visibility, project features, permissions and enable the CI/CD feature in the repository settings
- Enable the shared DKRZ runners by navigating to Settings > CI/CD > Runners and Enable shared runners for this project
If you merge this branch afterwards the CI should run automatically
mentioned in commit d07bd4f4
Please register or sign in to reply