Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | also upgrade pip when installing | Richard van der Hoff | 2018-04-27 | 1 | -0/+4 |
| | |||||
* | jenkins build: make sure we have a recent setuptools | Richard van der Hoff | 2018-04-26 | 1 | -1/+12 |
| | |||||
* | Let pip install multiple packages at once | Richard van der Hoff | 2016-11-29 | 1 | -3/+3 |
| | | | | | | Pip can install multiple dependencies at the same time, so there is no need to use xargs -n1. It's significantly slower with -n1, so let's not do it with no reason. | ||||
* | Jenkins: tox install setuptools | Erik Johnston | 2016-08-18 | 1 | -0/+1 |
| | |||||
* | Factor out some of the code shared between the sytest scripts (#974) | Mark Haines | 2016-08-02 | 1 | -0/+19 |
* Factor out some of the code shared between the different sytest jenkins scripts * Exclude jenkins from the MANIFEST * Fix dendron build * Missing new line * Poke jenkins * Export the PORT_BASE and PORT_COUNT * Poke jenkins |