Joe Rickerby
ff99cb37f8
Update changelog
2020-03-07 19:09:28 +00:00
Joe Rickerby
d0e5781832
Merge pull request #293 from joerick/windows-chain-commands
...
Allow chaining of commands on Windows
2020-03-07 18:39:04 +00:00
Joe Rickerby
7dfc173bca
Update docs
2020-03-07 18:05:30 +00:00
Joe Rickerby
99dc079380
Merge pull request #292 from joerick/s390x-allow-failures
...
Allow failures on s390x on Travis
2020-03-07 14:55:53 +00:00
Joe Rickerby
696067f19e
Merge pull request #230 from mayeut/macos-appveyor
...
Add macOS support on AppVeyor
2020-03-07 14:17:07 +00:00
Joe Rickerby
e934c8219e
Merge pull request #291 from mayeut/update-cpython3.8
...
Update CPython 3.8 from 3.8.1 to 3.8.2 on macOS/Windows
2020-03-07 14:16:01 +00:00
Joe Rickerby
8de326a67a
Another test
2020-03-07 12:22:44 +00:00
Joe Rickerby
c33fa2ada0
Add test for boolean ops on windows
2020-03-07 12:21:31 +00:00
Joe Rickerby
6265d87d09
Try removing the explicit cmd call
2020-03-07 12:17:49 +00:00
Joe Rickerby
93913ef2fa
Remove debugging fail on s390x
2020-03-07 11:19:52 +00:00
mayeut
7903ff60f9
Update CPython 3.8 from 3.8.1 to 3.8.2 on macOS/Windows
...
Changelog: https://docs.python.org/release/3.8.2/whatsnew/changelog.html#python-3-8-2-final
2020-03-07 12:12:08 +01:00
mayeut
028c1dbf10
Add macOS support on AppVeyor
2020-03-07 12:03:00 +01:00
Joe Rickerby
ce5fc12b5f
Merge pull request #283 from Czaki/test_virtualenv2
...
change 02_test to check if virtualenv is properly used another version
2020-03-07 10:54:47 +00:00
Joe Rickerby
07fae7e0e5
Try neatening windows config
2020-03-07 10:52:53 +00:00
Joe Rickerby
d0692932fb
Fix travis deprecation warnings
2020-03-07 10:46:26 +00:00
Joe Rickerby
1238c9d7e5
Try 'minimal' build image
2020-03-07 10:38:27 +00:00
Joe Rickerby
38fef4e1d8
Consistent build names
2020-03-07 10:37:21 +00:00
Joe Rickerby
863829f67b
Allow the failure of x390x and update Travis job names
2020-03-07 10:31:51 +00:00
Joe Rickerby
4456d51e03
Merge pull request #290 from joerick/remove-run-with-env
...
Try removing appveyor_run_with_env.cmd
2020-03-07 10:14:20 +00:00
Joe Rickerby
ec42cb6f42
Fix example references to python3 on Windows, where it's only python
...
Fix #285
2020-03-06 10:31:01 +00:00
Joe Rickerby
850db69eb7
Try removing appveyor_run_with_env.cmd
2020-03-06 10:15:30 +00:00
Joe Rickerby
4e3cef81d7
Fix style errors
2020-03-06 09:08:20 +00:00
Joe Rickerby
83452b75dd
Apply suggestions from code review
2020-03-05 18:28:16 +00:00
Grzegorz Bokota
be9eae6828
test path_contains
2020-03-03 23:06:27 +01:00
Grzegorz Bokota
281caf3d2e
bugfix for pypy
2020-03-02 15:01:02 +01:00
Grzegorz Bokota
6e41e729fe
pin virtualenv to <20 on windows
...
list dir in test
use bin directory in pypy
2020-03-02 15:01:02 +01:00
Grzegorz Bokota
e0c456604d
verify if __CIBW_VIRTUALENV_PATH__ is set
2020-03-01 19:49:46 +01:00
Grzegorz Bokota
01dd18bbf8
change 02_test to check if virtualenv is properly used
2020-03-01 10:14:32 +01:00
Yannick Jadoul
774af30d71
Merge pull request #274 from YannickJadoul/undo-virtualenv-workaround
...
Revert "Keeping virtualenv<20 on macOS, until problems get fixed by new release"
2020-02-28 18:51:20 +01:00
Joe Rickerby
958fa1b824
Fix lint errors
...
Serves me right for editing code in the github editor!!
2020-02-28 16:26:08 +00:00
Joe Rickerby
8d8b91a9f6
Remove commented line of code and move comment
2020-02-28 16:23:38 +00:00
Joe Rickerby
bae011950c
Add note about changing python after cibuildwheel run
...
See #266
2020-02-28 11:30:58 +00:00
Joe Rickerby
9275e7431a
Merge pull request #279 from joerick/fix-266
...
Change twine references to be immediately preceded by pip install in examples
2020-02-28 09:31:05 +00:00
Joe Rickerby
16e23410b4
Change twine references to be immediately preceded by the pip install
...
line
This ensures that the python that installs is the same python that
should execute the module (this sometimes isn't true on macOS because
the python.org installs that cibuildwheel makes take precedence over
the system versions)
Fix #266
2020-02-27 20:30:02 +00:00
Joe Rickerby
d32055e8a9
Merge pull request #278 from metabolize/bump-macos-image
...
Bump MacOS build image on Azure Pipelines
2020-02-27 20:12:55 +00:00
Yannick Jadoul
1199d78d88
Always unset __PYVENV_LAUNCHER__ environment variable to avoid unwanted surprises
2020-02-27 16:56:47 +01:00
Joe Rickerby
be72b8b85d
Update README.md
2020-02-27 09:12:50 +00:00
Joe Rickerby
12f0eff609
Readme improvements
2020-02-26 22:29:53 +00:00
Joe Rickerby
4bc7e4f40d
Use python3 instead of python in examples
2020-02-26 22:10:42 +00:00
Paul Melnikow
a68f8b23e5
Bump MacOS build image on Azure Pipelines
...
The 10.13 image is no longer supported and will be removed on 3/23.
Closes #276
2020-02-26 16:47:26 -05:00
Joe Rickerby
6ad0aebaf8
Merge pull request #273 from mtreinish/non-x86-support
...
Add support for manylinux wheels on non-x86 platforms
2020-02-26 20:43:37 +00:00
Yannick Jadoul
7d0cc37b17
Revert "Keeping virtualenv<20 on macOS, until problems get fixed by new release"
...
This reverts commit 691174cf11 .
2020-02-25 13:36:21 +01:00
Matthew Treinish
05df9bbfd4
Add comment and update test_06 skip message
2020-02-21 09:32:09 -05:00
Matthew Treinish and Joe Rickerby
f8d2982166
Update CI.md
...
Co-Authored-By: Joe Rickerby <joerick@mac.com >
2020-02-21 09:27:47 -05:00
Matthew Treinish
36e0618992
Update options.md
2020-02-21 06:48:10 -05:00
Matthew Treinish
549fc8a93e
Extract platform check to separate function
2020-02-21 06:43:56 -05:00
Matthew Treinish
5549eb3165
Update examples and CI.md
2020-02-21 06:37:45 -05:00
Matthew Treinish
7b906fb5dc
Update README table
2020-02-20 17:43:38 -05:00
Matthew Treinish
90da096b14
More test updates
2020-02-20 17:29:28 -05:00
Matthew Treinish
43c45b6011
Update tests again
2020-02-20 16:24:52 -05:00