mayeut
47873a9175
Use latest pip on macos
2018-03-31 13:19:12 +02:00
mayeut
c38a33381d
Update python versions on macos
2018-03-31 13:19:00 +02:00
mayeut
121f7cc678
Fix macos python3 test
2018-03-31 12:36:59 +02:00
Joe Rickerby
d6361c0e31
Update changelog
2018-01-07 18:10:27 +00:00
Joe Rickerby
ffb48a61cb
Bump version
v0.7.0
2018-01-07 18:04:52 +00:00
Joe Rickerby
d16c63ad95
Merge pull request #46 from YannickJadoul/alternative-docker-images
...
Option for alternative docker images for manylinux1
2018-01-07 18:02:23 +00:00
Joe Rickerby
d16d81e207
Update minimal config example
...
pip2 and language: generic is required on mac for travis to work.
Fixes #48
2018-01-07 17:58:21 +00:00
Joe Rickerby
e5c7bb416d
Merge pull request #51 from YannickJadoul/single-subdir-project-fix
...
Fixing confusion between subdirectory and PyPI projectin call to `pip wheel <subdir>`
2018-01-04 22:31:51 +00:00
Yannick Jadoul
a85b535d83
Fixing confusion between subdirectory and PyPI projectin call to pip wheel <subdir>
2017-12-30 13:27:55 +01:00
Yannick Jadoul
9013a7783f
Adding a check for Linux to test 06_docker_images's check for the '/dockcross' directory
2017-12-29 13:42:08 +01:00
Joe Rickerby
08194a1db9
Add check for running inside the dockcross image
2017-12-24 12:53:10 +00:00
Joe Rickerby
a9e05a596a
Update README.md
...
Add extra examples of CIBW_SKIP as discussed in #47
2017-12-21 15:54:21 +00:00
Yannick Jadoul
e40f9b2345
Added documentation on CIBW_MANYLINUX1_..._IMAGE options to the README
2017-11-19 23:59:24 +01:00
Yannick Jadoul
65dccc46b2
Disabling skipping of all macos/windows tests for 06_docker_images
2017-11-19 23:18:55 +01:00
Yannick Jadoul
d247743713
Adding platform-specific arguments (for manylinux1 images)
2017-11-19 23:18:10 +01:00
Yannick Jadoul
4e0b3c0f31
First try at implementing optionsfor allowing different manylinux1 docker images
2017-10-29 11:47:38 +01:00
Joe Rickerby
6bbef964c9
Update changelog
2017-10-09 19:26:45 +01:00
Joe Rickerby
ede818944e
Bump version
v0.6.0
2017-10-09 19:09:26 +01:00
Joe Rickerby
9c73dd2ac7
Merge pull request #42 from hroncok/patch-2
...
Add python-admesh to the list of working examples
2017-10-09 19:05:22 +01:00
Miro Hrončok
5f7c019392
Add python-admesh to the list of working examples
2017-09-20 18:09:30 +02:00
Joe Rickerby
cd9eeb72e5
Merge pull request #34 from joerick/faster-mac-ci
...
Faster builds on Mac
2017-09-19 20:12:39 +01:00
Joe Rickerby
d075c731b6
Merge pull request #36 from YannickJadoul/linux-docker-host-mount
...
Adding extra mount / to /host on docker invocation for linux wheels
2017-09-19 20:11:09 +01:00
Joe Rickerby
8fa41df67d
Fix a couple typos
2017-09-19 20:09:59 +01:00
Joe Rickerby
0e849c2bcf
Merge pull request #37 from joerick/readme-repos-parselmouth
...
Added the Parselmouth project to the projects using cibuildwheel in the README
2017-09-19 12:20:53 +01:00
Joe Rickerby
212fa34d9d
Merge pull request #38 from hroncok/patch-1
...
It's manylinux1_i686, not manylinux1_i386
2017-09-19 12:20:37 +01:00
Miro Hrončok
cb73b18bce
It's manylinux1_i686, not manylinux1_i386
2017-09-18 23:59:46 +02:00
Yannick Jadoul
1730d6fd0b
Adding notes on Linux builds in Docker
2017-09-16 23:03:14 +02:00
Joe Rickerby
1e9067272d
Merge pull request #35 from YannickJadoul/linux-python-bin-path
...
Adding $PYBIN to path when calling pip wheel
2017-09-16 10:04:13 +01:00
Yannick Jadoul
b0afaf33c2
Added the Parselmouth project to the projects using cibuildwheel in the README
2017-09-14 10:54:01 +02:00
Yannick Jadoul
d0e5a4bb3c
Adding extra mount / to /host on docker invocation for linux wheels
2017-09-13 22:56:06 +02:00
Yannick Jadoul
4dc8bf447f
Adding $PYBIN to path when calling pip wheel
2017-09-12 12:37:51 +02:00
Joe Rickerby
9a6a7d3375
Python 3 faster builds too
2017-09-11 10:51:30 +01:00
Joe Rickerby
719ad30d05
Update changelog
2017-09-10 22:52:21 +01:00
Joe Rickerby
d549a1301f
Bump version
v0.5.1
2017-09-10 22:46:27 +01:00
Joe Rickerby
adef5445f7
Merge pull request #25 from joerick/python3-ci
...
Add CI runs for Python3 as well as Python2
2017-09-10 22:42:48 +01:00
Joe Rickerby
666c10465a
Speed up mac CI by only installing python if it's not already installed
2017-09-10 22:40:49 +01:00
Joe Rickerby
e486a6551d
Merge pull request #33 from YannickJadoul/readme-summary
...
Adding an overview of available options
2017-09-10 22:22:33 +01:00
Joe Rickerby
53b4ea5125
Maybe bitrise will run the macos builds!
2017-09-10 22:02:36 +01:00
Joe Rickerby
a7f81b3c58
Use language: generic for Mac builds on Travis
...
https://github.com/travis-ci/travis-ci/issues/2312
2017-09-10 21:29:01 +01:00
Yannick Jadoul
52dba1cc83
Updating README with overview of available customizations
2017-09-08 00:15:11 +02:00
Joe Rickerby
986d56279e
Update changelog
2017-09-07 23:06:08 +01:00
Joe Rickerby
203ce7879d
Bump version
v0.5.0
2017-09-07 22:59:56 +01:00
Joe Rickerby
e413863531
Fix running command nodes on python 3
2017-09-07 22:38:52 +01:00
Joe Rickerby
f4eafa901b
Ignore some venv locations
2017-09-07 22:38:32 +01:00
Joe Rickerby
0cd8228db1
Use same python interpreter for running pytest
2017-09-07 21:59:04 +01:00
Joe Rickerby
510a6ce84a
Only install python3 pip when doing that build
2017-09-07 21:50:48 +01:00
Joe Rickerby
7420e2a924
Use apt to install pip
2017-09-07 21:45:43 +01:00
Joe Rickerby
1cd65ccbb6
Add ensurepip for Linux build to ensure setuptools/pip are installed
2017-09-07 18:58:08 +01:00
Joe Rickerby
857644e391
Merge branch 'master' into python3-ci
...
* master: (28 commits)
Update README to combine environment sections
Update README
os.path.samefile is not available on windows.
Add shell-style execution on the Mac
Use os.path.samefile to get around filename case insensitivity
Add test for before_build executing in a shell
Fix some linter warnings
Add CIBW_ENVIRONMENT to README and reorder options
Fix empty env string case
Fix string splitting for the env string
Making call from run_tests to run_test subprocess.check_call
Fixing 'ValueError: Attempted relative import in non-package'
Update README.md
Reducing code duplication in bin/run_test.py and bin/run_tests.py
Semicolons need quoting
Ignore vscode project settings
Windows uses a different pathsep so have to use that in the test
Make shell evals work and add tests for that
Use parse_environment in the main code
Run the unit tests in CI
...
# Conflicts:
# .travis.yml
# appveyor.yml
# run_tests.py
2017-09-07 18:55:33 +01:00
Joe Rickerby
d0a211dcf5
Update README to combine environment sections
2017-09-07 18:35:21 +01:00