Skip to content

Build Image w/ wheel support - #569

Merged
edschofield merged 7 commits into
PythonCharmers:masterfrom
jmadler:master
Nov 30, 2021
Merged

Build Image w/ wheel support#569
edschofield merged 7 commits into
PythonCharmers:masterfrom
jmadler:master

Conversation

@jmadler

@jmadlerjmadler commented Jul 10, 2020

Copy link
Copy Markdown
Contributor

Create a docker container image that retains multiple versions of python to enable building wheels and running tests across them natively. Configure TravisCI to use this image when building/testing.

This resolves#536, #411, #400

Known issues:

  • lint doesn't work as expected on CI
  • CI passes even if tests fail. This is a stopgap as 3.8 and 3.9 are still failing. Immediately following this landing, I will flip the error switch and make the build green by merging in the 3.8/3.9 fixes and addressing what remains.

@jmadlerjmadler changed the title Build SystemBuild Image w/ wheel supportNov 27, 2020
@jmadler
jmadler requested a review from sfdyeNovember 27, 2020 18:54
@edschofield

Copy link
Copy Markdown
Contributor

Looks good. Thanks, Jordan!

@edschofield
edschofield merged commit 80523f3 into PythonCharmers:masterNov 30, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jmadler@edschofield