Skip to content

chore: Add AWS CodeBuild buildspec #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 22, 2020
Merged

Conversation

seebees
Copy link
Contributor

@seebees seebees commented Dec 17, 2020

Adding buildspec to batch build
multiple Python runtimes

  • Python 2.7
  • Python 3.5
  • Python 3.6
  • Python 3.7
  • Python 3.8

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

Adding buildspec to batch build
multiple Python runtimes

* Python 2.7
* Python 3.5
* Python 3.6
* Python 3.7
* Python 3.8

env:
variables:
TOXENV: "py27-integ-slow"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, this is actually a bit better coverage than before when we couldn't run certain tests in Travis because they caused crashes (#81). Looks like CodeBuild handles it all just fine.

@seebees seebees merged commit 74f7f32 into aws:master Dec 22, 2020
@seebees seebees deleted the add-buildspecs branch December 22, 2020 21:48
Sign up for free to 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