-
Notifications
You must be signed in to change notification settings - Fork 41
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
Added gh-actions YAML file and config #84
Conversation
deleted: .travis.yml deleted: bin/testrepl.py modified for gh-actions: tox.ini
@@ -1,25 +0,0 @@ | |||
import click | |||
from click_repl import register_repl | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why should we remove this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that test case is not at all being involved
as pytest only searches test in tests folder, and .py files that starts with test_
I thought of adding that test in the next pr
If u want me to add that test, I can make an another commit for that
removed mypy: tox.ini
nvm, i've just added it as well tell me if there any queries |
@auvipy Next I'm gonna remove flake8 and add black formatter instead |
ok |
and rebase the big pr |
Currently these tests gonna fail, that's because of mypy
but still waiting to merge all those changes
Solves #74 and #80