-
Notifications
You must be signed in to change notification settings - Fork 6
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
Ignore contentless lesson directories #16
Conversation
Use venv, not pipenv, for this library.
Directories without lesson info can stay around when switching branches if temporary files are present. In particular, Jupyter likes to create `.ipynb_checkpoints` directories when editing notebooks. Fixes: pyvec#15
fa21a1e
to
5f8d3ba
Compare
I can't figure out how to install Python 3 on OS X on Travis.
5f8d3ba
to
6dfe32f
Compare
Sorry for the mess. |
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.
I've found just one small typo. The diff looks good to me and it seems to work well and fix the issue with an empty folder.
Do not forget to change the version to 1.3 also in setup.py.
test_naucse_render/fixtures/test_content/lessons/testcases/ignored_lesson/README
Outdated
Show resolved
Hide resolved
I'm planning to release with #12. Or do you want to start using this now? |
Co-Authored-By: Lumír 'Frenzy' Balhar <[email protected]>
Not right now. We still have more than a week before we start deploying the PyData courses. |
I Merged this with the wrong commit message :( |
Fixes: #15