-
Notifications
You must be signed in to change notification settings - Fork 98
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
New tests and documentation, also some fixes #97
Conversation
The old one returns a 404, the new one should be exactly the same page. Signed-off-by: Christiaan Biesterbosch <[email protected]>
os.path.join() does not accept ints or floats so use str(). Also fixed wrong indentation and replaced `not False` with `True`.
It first tries the environment variable, if it does not exist use KNOWNFOLDERID.
Also reworks some of the if-else constructions.
The docstrings now follow the numpydoc style and describe what the directories should be used for.
Use travis-ci to test on OS X and Linux, and use AppVeyor to test on Windows.
AppVeyor and Python 2.6 don't play nicely. OS X and Python and Travis also don't play nicely. Also fixed a small mistake I made in site_data_dir
Travis is going a bit crazy :( |
Thanks for the large PR Kriskras99! I will have to set aside some time to review, but at first glance it looks promising. |
Take your time, I'm going on vacation so spotty wifi at best |
@zoofood Did you have the chance to review this yet? |
I know this is a big PR and sorry for that, but it brings some useful changes.
Changes: