Commit 80e670c7 authored by Chandan Singh's avatar Chandan Singh
Browse files

WIP: Ensure that our source distribution installs correctly

parent fa5a59f0
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ cache:

stages:
  - prepare
  - preflight
  - test
  - post

@@ -51,6 +52,17 @@ source_dist:
    - dist/


#####################################################
#                    Preflight stage                #
#####################################################

# Ensure that our source distribution can be installed successfully
#
test_install:
    stage: preflight
    script:
    - pip3 install dist/*.tar.gz

#####################################################
#                    Test stage                     #
#####################################################