chiark / gitweb /
gitlab-ci: move sdist test run to new fedora job
authorHans-Christoph Steiner <hans@eds.org>
Wed, 6 Dec 2017 16:51:12 +0000 (17:51 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 6 Dec 2017 19:20:17 +0000 (20:20 +0100)
A full run of the test suite takes quite a bit of time.  This removes one
of the 3 runs from the main 'tests' job, and puts it into the Fedora job.
That test run is mostly to make sure the setup.py and source tarball are
correctly, so that doesn't affect merge requests very often.

This also tests `pip install --user`, which was not really being tested
before.


No differences found