Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
examples
python_project
Commits
0fcaa3e4
Commit
0fcaa3e4
authored
5 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update README.rst
parent
f56e9dec
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#8433
passed with warnings
5 years ago
Stage: test
Stage: coverage
Stage: doc
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+8
-4
8 additions, 4 deletions
README.rst
with
8 additions
and
4 deletions
README.rst
+
8
−
4
View file @
0fcaa3e4
...
...
@@ -20,13 +20,13 @@ new Python project:
documentation.
- ``.gitlab-ci.yml`` - this file describes the stages and jobs you want to
run on the KM3NeT continuous integration servers
- ``.coveragerc`` - contains a list of files to include or skip
. Make sure
to update the package name to match yours and
exclude files which should
not be tracked
- ``.coveragerc`` - contains a list of files to include or skip
in the test
coverage reports. Make sure
to update the package name to match yours and
exclude files which should
not be tracked
Please note that the GitLab CI is using KM3NeT services (the GitLab runners and
the KM3NeT Docker registry), so make sure you update the settings to match
your environment.
your environment
if you want to use another GitLab server
.
Don't write me a mail, please create an issue
(https://git.km3net.de/examples/python_project/issues) if you have any
...
...
@@ -61,6 +61,10 @@ commands.
Install it with::
pip install /path/to/the/project/folder
or::
make install
Run the tests with::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment