* commit '57a2259a00bf7ea3309faa231406df8e487ae792':
Use travis-ci provided python3 on Linux
linux: transfer ownership of the wheel to the current user
Update changelog
Bump version
macOS/Windows: Update setuptools
Drop python 3.3 support on Linux
macOS: update to python 2.7.15
Renaming util.get_build_verbosity_flag into util.get_build_verbosity_extra_flags
Bump version
windows: upgrade pip with 'python -m pip'
Fixing empty verbosity flag argument to `subprocess.check_call`
Adding an to make the `pip wheel` invocation more or less verbose
* 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
revert PR9; add --no-deps to pip wheel
Revert PR9; it was never actually needed in the first place it just fixed an
issue by side effect.
1) add --no-deps to pip wheel step in order to avoid building wheels for
dependencies. This also addresses the issues raised in PR #11.
2) Modify the pip install step across platforms to allow installation of
dependencies from the index. (This is required since we will no longer be
building wheels for dependencies).
+ urllib2 doesn't exist in python 3 - import from urllib.request instead
+ for linux builds open docker process with universal_newlines; this
opens a pipe in 'text' mode using the default preferred encoding