Skip to content
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

BLD: Github Actions #363

Merged
merged 15 commits into from
Mar 10, 2020
Merged

BLD: Github Actions #363

merged 15 commits into from
Mar 10, 2020

Conversation

gerrymanoim
Copy link
Contributor

@gerrymanoim gerrymanoim commented Feb 25, 2020

This PR transitions us from Travis to Github actions. It also does the work to fix flake8 issues and get tests passing on python 2.7 and python 3.5.

Tests still fail in python 3.7/3.8 with newer pandas/numpy/etc.

Future work involves

  • Fixing python 3.7/3.8
  • Auto tagging for new releases

@twiecki
Copy link
Contributor

twiecki commented Feb 25, 2020

What does that do?

@gerrymanoim gerrymanoim requested a review from richafrank March 10, 2020 17:14
Copy link
Member

@richafrank richafrank left a comment

Choose a reason for hiding this comment

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

Thanks @gerrymanoim ! Comments inline.

fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [2.7, 3.5, 3.7, 3.8]
Copy link
Member

Choose a reason for hiding this comment

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

Is this python-version required if we're explicit below in include?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes - the include is on the version specified I believe. https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-configurations-in-a-matrix-build. My understanding is that you're augmenting and existing build.

alphalens/plotting.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
@gerrymanoim gerrymanoim merged commit 3e88615 into master Mar 10, 2020
@gerrymanoim gerrymanoim deleted the gh-actions branch March 10, 2020 17:57
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.

3 participants