Skip to content
Snippets Groups Projects
Commit 55417602 authored by nimrod's avatar nimrod
Browse files

A different take on testing.

My Python pipeline template is more conservative (still on Python 3.6
and Centos 7 for backwards compatibility). Redo it with a newer Python
image.
parent 15ec09af
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
include:
- project: shore/ci-stuff
file: templates/pre-commit.yml
- project: shore/ci-stuff
file: templates/python.yml
variables:
SKIP_PYPI_UPLOAD: 1
install wheel:
extends: .install-wheel
test:
image: registry.shore.co.il/ci-images:python3
before_script:
- python3 -m pip install build twine
script:
- python3 -m build
- twine check dist/*.whl
- python3 -m pip install dist/*.whl
- sampleproject
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment