Skip to content

Move travis CI to GitHubActions #4254

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 3 commits into from
Nov 25, 2020
Merged

Conversation

MarcoGorelli
Copy link
Contributor

@MarcoGorelli MarcoGorelli commented Nov 25, 2020

Still need to upload to codecov, but for now this seems to run the same tests travis did (except pylint, which in #4242 I've moved over to pre-commit so it provides faster feedback to devs)

closes #4251

EDIT

passes codecov now


still to do: arviz compatibility job. I can't tell what the binder job does, I don't see it run in travis jobs from old pRs

Comment on lines -25 to -27
- pycodestyle>=2.3
- pyflakes>=1.5
- pylint>=1.7
Copy link
Contributor Author

Choose a reason for hiding this comment

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

remove these (and other formatters/linters) as they're run via pre-commit

@codecov
Copy link

codecov bot commented Nov 25, 2020

Codecov Report

Merging #4254 (e1ab421) into master (a3a63da) will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4254      +/-   ##
==========================================
- Coverage   88.18%   88.11%   -0.08%     
==========================================
  Files          89       87       -2     
  Lines       14371    14243     -128     
==========================================
- Hits        12673    12550     -123     
+ Misses       1698     1693       -5     
Impacted Files Coverage Δ
pymc3/util.py
pymc3/__init__.py

@twiecki
Copy link
Member

twiecki commented Nov 25, 2020

As travis broken anyway let's merge this and see if it works and fix it in prod ;).

@twiecki twiecki merged commit a6b13e7 into pymc-devs:master Nov 25, 2020
@MarcoGorelli MarcoGorelli deleted the ghaction branch November 25, 2020 17:07
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.

Switch from Travis to Github Actions
3 participants