f410fbdd03
Remove trailing commas from environment declarations
Joe Rickerby2019-04-22 18:33:03 +01:00
21fb27faf7
Rework custom test machinery to give the individual tests more control on how they're run, and combine environment.json and check.py
Joe Rickerby2019-04-22 18:22:43 +01:00
ac4b62ca07
Update README.md with --print-build-identifiers switch
Yannick Jadoul2019-04-22 16:15:47 +02:00
3f7a4d753f
Skip non-linux builds for 06_docker_images test, now that we have custom checks
Yannick Jadoul2019-04-20 20:59:27 +02:00
95d2086ced
Adding check.py to tests, rather than a simple generic assert on number of wheels
Yannick Jadoul2019-04-20 20:06:43 +02:00
52e8f41b5c
Added --print-build-identifiers command line option
Yannick Jadoul2019-04-20 18:52:01 +02:00
1e2a2e7d4d
Revert "Add azure-template.yml for more compact config"
Joe Rickerby2019-04-06 18:03:05 +01:00
6377854545
Add azure-template.yml for more compact config
Joe Rickerby2019-04-06 17:34:36 +01:00
be57269d5d
Remove 3.4 from the pipelines config because 3.4 isn't supported
Joe Rickerby2019-04-06 16:19:05 +01:00
481b1cb060
Revert "Uninstalling oclint in Travis CI config to fix HomeBrew upgrade of gcc (triggered by upgrading Python)"
Yannick Jadoul2018-11-29 23:37:04 +01:00
ccfc3c3aa1
Fixing indentation error, and keeping only check for setup.py in project root directory in __main__.py
Yannick Jadoul2018-11-29 23:20:38 +01:00
3d23cbf2a6
corrected as per notations from @YannickJadoul on #113unknown2018-11-29 02:44:19 +00:00
b9a296324d
Merge pull request #108 from YannickJadoul/py27-popen-args
Joe Rickerby2018-11-06 21:22:22 +00:00
c43f1b6e3d
Uninstalling oclint in Travis CI config to fix HomeBrew upgrade of gcc (triggered by upgrading Python)
Yannick Jadoul2018-10-27 19:22:53 +02:00
0d3e67b1f9
Update openssl patch from 1.0.2o to 1.0.2p on macOS
mayeut2018-10-26 19:25:25 +02:00
e3b565320c
Update Python from 3.6.6, 3.7.0 to 3.6.7, 3.7.1 on macOS
mayeut2018-10-26 19:23:49 +02:00
22a6f0c7a9
Fixing tests by reducing minimum number of built wheels
Yannick Jadoul2018-09-17 10:11:27 +02:00
7362075b61
Changing variable name of BuildSelector instance, updating Python version in test 04_build_skip, and adding unit tests for BuildSelector
Yannick Jadoul2018-09-16 22:49:38 +02:00
c108807e16
Renaming test 04_skip to 04_build_skip and amending it to test CIBW_BUILD as well
Yannick Jadoul2018-09-16 15:31:05 +02:00
05a054245a
Updating README.md to include CIBW_BUILD and interation with CIBW_SKIP
Yannick Jadoul2018-09-16 15:28:07 +02:00
a5f89fa7aa
Adding CIBW_BUILD option and changing util.BuildSkipper to util.BuildSelector
Yannick Jadoul2018-09-16 15:16:30 +02:00
fcf1e9cd84
Moving stdin communication with docker to run_docker function
Yannick Jadoul2018-09-09 01:13:13 +02:00
f417a91a57
First try at getting rid of timeout logic in Linux docker handling, by swapping splitting docker run into create and start
Yannick Jadoul2018-09-08 23:51:39 +02:00