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
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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