From 25f76cba9bbc2d4b8e198e6fee3a74cd6128cc74 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 6 Aug 2019 17:13:36 +0100 Subject: [PATCH] CI: Test pypi build --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c07fcec57..69c6f3d68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -175,6 +175,19 @@ test:3.7: <<: *test_template +test:build-pypi-dist: + stage: test + image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2 + <<: *except_releases + + tags: + - docker + + script: + - source /test.venv/bin/activate + - bash ./.ci/build_pypi_dist.sh + + ############# # Style stage ############# -- GitLab