mayeut
5eab3620c9
Update CPython 2.7 from 2.7.16 to 2.7.17 & 3.7 from 3.7.4 to 3.7.5 on macOS
2019-10-23 22:59:17 +02:00
Grzegorz Bokota and Joe Rickerby
80974e5b39
Build Python wheels for windows on travis ( #160 )
...
* upgrade for windows on travis
* Install python on travis windows, update readme, update tests
* update readme, travis config and clean code
* install python inside cibuildwheel run
* use register to get python path
* fixes from review
* fix pip version
* use nuget for instal python
* clean code
* Update cibuildwheel/windows.py
Co-Authored-By: Joe Rickerby <joerick@mac.com >
* fixes from review
* Final bits of tidy up
2019-10-23 21:53:10 +01:00
Joe Rickerby
4f705b7cc9
Merge pull request #177 from joerick/failing-test-test
...
Add failing test check
2019-10-23 21:35:44 +01:00
Gertjan van den Burg
e0eb375449
Returncode fix ( #1 )
...
Some trial and error to make sure it works reliably.
* remove test_retcode
* debug local bash settings
* set errexit explicitly in subshell
* set errexit also in the subshell in parenthesis
* debugging
* more debugging (exit code of sh)
* is the venv subshell returning exit 1?
* what if we remove the additional subshell?
* then we need to unquote the command
* if statement needs test command quoted
* simple if statement
* echo command needs to be removed of course
* remove debug statements
* check if setting errexit here is needed
* these settings can be removed
At this point ("before") the shell already has errexit set.
* setting errexit in the sh invocation is needed
This is not inherited, so it's good to specify it.
* just double checking that the subshell doesn't exit
* use solution from fvue.nl
* Solution doesn't seem to work, even popd is run
So now I'm putting back the if statement, it seems
to be the simplest and most effective solution.
* add a comment
* prove that errexit is necessary
* errexit is indeed needed for chaining
2019-10-21 11:42:43 +01:00
Joe Rickerby
bbecbe43ec
Add failing test check
2019-10-20 20:45:25 +01:00
Joe Rickerby
46865a5f40
Options page rework (incomplete)
2019-10-20 20:39:50 +01:00
Joe Rickerby
b577c5f00f
Misc copy edits
2019-10-20 19:43:13 +01:00
Joe Rickerby
ee2a90880a
Merge pull request #155 from YannickJadoul/manylinux2010-alternative
...
Adding support for building manylinux2010 wheels - alternative
2019-10-20 19:29:19 +01:00
Yannick Jadoul
31d89377da
Updated README with new CIBW_MANYLINUX_*_IMAGE options
2019-10-19 14:07:50 +02:00
Gertjan van den Burg
0c33a58579
failing test breaks out of subshell
2019-10-18 11:45:48 +01:00
Gertjan van den Burg
3842cfd853
Attempt at getting the retcode of the test process
2019-10-18 11:31:48 +01:00
Yannick Jadoul
2e0dc40e3f
Adding manylinux2010_i686 image and simplifying tests' utils.expected_wheels()
2019-10-16 01:15:09 +02:00
Yannick Jadoul
c6f1382813
Making manylinux1 still the default for manylinux_i686 builds
2019-10-16 00:35:20 +02:00
Yannick Jadoul
1220fbbd4b
Adding detection of old CIBW_MANYLINUX1_*_IMAGE options and manylinux1-* build identifiers in CIBW_BUILD and CIBW_SKIP
2019-10-16 00:35:20 +02:00
Yannick Jadoul
179148b0e5
Updated preset values for CIBW_MANYLINUX_*_IMAGE, fixed skip message in 08_manylinux2010_only test, and added clarifying comment on multiple wheels in Linux bash script
2019-10-16 00:35:20 +02:00
Yannick Jadoul
4536b23a1d
Adding test accessing manylinux2010-only ABI
2019-10-16 00:34:13 +02:00
Yannick Jadoul
4571262803
Adapting Linux bash script for multiple output wheels from auditwheel
2019-10-16 00:34:13 +02:00
Yannick Jadoul
27517cd8a0
Updating test 06_docker_images to use new CIBW_MANYLINUX_*_IMAGE options
2019-10-16 00:33:45 +02:00
Yannick Jadoul
54dd72de66
Copying all created manylinux wheels to the output directory
2019-10-16 00:33:45 +02:00
Yannick Jadoul
7978247fa7
Fixing tests still failing as manylinux1 wheels are also produced by auditwheel
2019-10-16 00:33:45 +02:00
Yannick Jadoul
7cadc6374a
Fixing tests failing because of new manylinux2010 default
2019-10-16 00:33:45 +02:00
Yannick Jadoul
e194dad0da
Alternative proposal to generalize manylinux builds and support manylinux2010
2019-10-16 00:33:45 +02:00
Joe Rickerby
5f416b194a
Merge pull request #164 from astrofrog/virtualenv-notox
...
Run tests in clean virtual environment [version without tox]
2019-10-13 21:24:19 +01:00
Joe Rickerby
2a244616ad
windows: only make venv when test is defined and isolate env vars
2019-10-12 10:47:00 +01:00
Joe Rickerby
bfa3eebb7f
Remove redundant if clause
2019-10-12 10:44:47 +01:00
Joe Rickerby
b0c2fd8af2
macos: only make venv when test is defined and isolate env vars
2019-10-12 10:35:45 +01:00
Joe Rickerby
cf90846161
linux: run tests in a subshell, only create env if test defined
2019-10-12 10:17:28 +01:00
Joe Rickerby
89bb2d352d
Add docs links to the setup guide
2019-10-07 09:15:59 +01:00
Joe Rickerby
c1572e4ff4
Ensure the pinned versions in docs are bumped
2019-10-06 23:09:34 +01:00
Joe Rickerby
1741d7ce1f
Docs samples should pin versions
2019-10-06 23:05:55 +01:00
Joe Rickerby
05385b1cb0
Add readthedocs config
2019-10-06 22:57:41 +01:00
Joe Rickerby
3ba7aa3532
Copy improvements
2019-10-06 20:36:37 +01:00
Joe Rickerby
bb2a5f8d17
Formatting improvements
2019-10-06 20:36:21 +01:00
Joe Rickerby
44d0dcba12
Update license copyright
2019-10-06 11:38:48 +01:00
Joe Rickerby
4c86af69a5
Readme tweaks
2019-10-06 11:38:36 +01:00
Joe Rickerby
93663d19df
Move changelog back into the readme
2019-10-06 11:38:24 +01:00
Joe Rickerby
c006fdab36
Migrate more README over to the docs
2019-10-02 09:49:31 +01:00
Joe Rickerby
d280f0f16a
Add options to docs
2019-09-29 21:53:18 +01:00
Joe Rickerby
b49754dc7d
mkdocs setup
2019-09-29 20:55:41 +01:00
Joe Rickerby
3302aa136b
Update README
2019-09-29 20:46:31 +01:00
Joe Rickerby
14d9b4091e
Update changelog
2019-09-29 20:46:23 +01:00
Joe Rickerby
aeeac6725a
Bump version
v0.12.0
2019-09-29 20:40:44 +01:00
Joe Rickerby
41b4b092b1
Merge pull request #167 from mayeut/update-openssl
...
Update openssl patch from 1.0.2s to 1.0.2t on macOS
2019-09-29 20:34:56 +01:00
mayeut
28186bf142
Update openssl patch from 1.0.2s to 1.0.2t on macOS
2019-09-22 14:46:17 +02:00
Joe Rickerby
4e10d9d897
Merge pull request #163 from astrofrog/circleci-verbose
...
Clean up CircleCI YAML syntax
2019-09-21 16:26:13 +01:00
Yannick Jadoul
c963013858
Fixing weird issue with the shebang of pip installed scripts and __PYVENV_LAUNCHER__
2019-09-11 23:56:27 +02:00
Thomas Robitaille
9470ca623f
Use python -m virtualenv on Windows and Linux
2019-09-10 09:40:20 +01:00
Thomas Robitaille
2e3bc016b4
Try and avoid relying on global virtualenv command
2019-09-10 09:40:20 +01:00
Thomas Robitaille
d4732130a7
Use unique temporary directory for virtual environment on linux
2019-09-10 09:40:20 +01:00
Thomas Robitaille
853699c265
Fix calls to pip and virtualenv
2019-09-10 09:40:19 +01:00