diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c07fcec57d0c65d3607255a8a5833642023b76f5..69c6f3d68523a2fbf36fd95709da0a6c349516d5 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 #############