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

Release 0.9.5 #6

Merged
merged 8 commits into from
Dec 1, 2020
Merged

Release 0.9.5 #6

merged 8 commits into from
Dec 1, 2020

Conversation

hiwakaba
Copy link
Member

@hiwakaba hiwakaba commented Dec 1, 2020

Relevant Issue (if applicable)

N/A

Details

  • Removes the --user option from pip command
    • Using pip, commands are installed in /home/runner/local/.bin where the PATH environment doesn't contains.
  • Removes .travis.yaml
    • We move from TravisCI to GitHub Actions.
  • Runs command in the virtualenv activated environment
    • We use make targets in GitHub Actions as we use them in our development process.
    • Pipenv shell doesn't work correctly in GitHub Actions because of ioctl error. However, pipenv run does work correctly when we use call pipenv run from make targets.
  • Adds watchdog and argh package to Pipfile

@hiwakaba hiwakaba merged commit 6775cc1 into yahoojapan:master Dec 1, 2020
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.

1 participant