Commit Graph
434 Commits
Author SHA1 Message Date
Joe Rickerby 88ef908bad Merge remote-tracking branch 'origin/master' into docs
Manually merged updates to README.md across to docs

# Conflicts:
#	README.md
2019-11-03 19:38:18 +00:00
Joe Rickerby eb8c926eba Remove unused CSS and visual tweaks 2019-11-03 19:13:56 +00:00
Joe Rickerby 73cba728a1 Have the page generate markdown for the README 2019-11-03 19:06:48 +00:00
Joe Rickerby 1446529f7c Sort out page titles 2019-11-03 19:06:33 +00:00
Joe Rickerby 51649fd806 Add page from wiki to 'tips and tricks' page 2019-11-03 18:40:14 +00:00
Joe Rickerby f55b663ea7 Add requirement for our markdown plugin 2019-11-03 18:35:17 +00:00
Joe Rickerby 2360c406bf Add JS code to generate a table of contents 2019-11-03 18:35:06 +00:00
Joe Rickerby 5db3763b2d Add plugin to import sections of readme into the documentation 2019-11-03 18:30:15 +00:00
Yannick Jadoul a6164f765c Merge pull request #183 from mayeut/macos-python3
Do not update brew python3
2019-10-26 15:47:08 +02:00
mayeut 892c7b4d9c Update .travis.yml 2019-10-26 14:45:24 +02:00
Joe Rickerby 3fcb902fd9 Merge pull request #171 from mayeut/python-3.7.5
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-25 10:06:09 +01:00
Yannick Jadoul 8c9345fa1f Updated line of README mistakenly claiming Windows is not supported on Travis CI 2019-10-24 14:00:28 +02:00
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 BokotaandJoe 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
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
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