chiark / gitweb /
jenkins-build: run test suite from `pip install` using source tarball
authorHans-Christoph Steiner <hans@eds.org>
Fri, 31 Jul 2015 22:49:33 +0000 (00:49 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Sat, 1 Aug 2015 10:30:58 +0000 (12:30 +0200)
commite2cbaff3773021e46207f4098ece2be380439385
tree94d7dc72c98b4b39dd9bf6d29002212f882afcd3
parenta020625462fe3176e1bce0d6023ee2be0dd8a2ac
jenkins-build: run test suite from `pip install` using source tarball

Since `python setup.py sdist` provides the actual tarball that will be
installed via `easy_install`, `pip install`, etc. it should also be tested.
The existing `pip install -e $WORKSPACE` tests the .egg-link install format
jenkins-build