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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying Actions #62

Merged
merged 20 commits into from
Jun 21, 2020
Merged

Trying Actions #62

merged 20 commits into from
Jun 21, 2020

Conversation

amoodie
Copy link
Member

@amoodie amoodie commented Jun 20, 2020

This PR will begin the transition from Travis to Github Actions as our CI.

I have set up building, testing, documentation, and releases to PyPi with the PR. However, it's really hard to test that the Actions work as expected without actually doing the action that triggers the Actions. So I have made a checklist over at #63 to track that everything is working correctly.

I have temporarily (or perhaps permanently) disabled Travis to test all of these Github Actions.

@elbeejay you cool with merging this to give it a shot instead of travis? After merging I'll check that the docs are deployed correctly 馃 to the website. I've opened a separate issue to fix the failing windows builds, because I believe this is related to #58, rather than the CI itself (issue is #64).

馃摚 when you merge, do a "squash and merge" plz

@amoodie amoodie force-pushed the actions branch 2 times, most recently from d06949a to e0b76d1 Compare June 20, 2020 23:52
Copy link
Member

@elbeejay elbeejay left a comment

Choose a reason for hiding this comment

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

Thanks for testing and figuring this out to make the switch! 馃

@elbeejay elbeejay merged commit ee6320d into develop Jun 21, 2020
@amoodie amoodie deleted the actions branch June 23, 2020 13:09
amoodie added a commit to amoodie/pyDeltaRCM that referenced this pull request Feb 25, 2021
* Create python-app.yml

* Update python-app.yml

multiple python versions

* cleanup, remove flake8

* Rename python-app.yml to install_and_test.yml

* remove 3.5 tests

* add multiple os to install and test on

* Update and rename install_and_test.yml to build.yml

* Create deploy.yml

deploy the package to pypi when new release is created.

* add documentation build and deploy

* fix syntax error

* disable fail-fast to run all jobs to end

* Update devguide.rst

update to check if docs deploy

* add coverage reporting

* deploy on push to develop only

fix invalid yaml, use if for conditional to only deploy on push to develop

* parallel coverage options

* change job name to docs

* add path to cov file

* switch to coveralls as command

* consolidate jobs

* switch pip install editable
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.

None yet

2 participants