Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added ability to read local metadata and search for funding links * Fixes running tests via tox Corrected linting errors and removed rouge 'print' calls. Moved to using nosetest as the setup.py test runner. This is mainly as nose give clearer error messages when something goes wrong. Also of note there were pinned dependencies which have been changed to 'at least' version dependencies. For reasons why see https://caremad.io/posts/2013/07/setup-vs-requirement/ Laster, we currently have a README.md and a README.rst. I'm unsure which one of these we mean to use. Shouldn't we at the very least keep all of the following in the same markup format: README, HISTORY, CONTRIBUTING, AUTHORS, * Attempts to make clever code more readable * Refactors cli and thanks.py in preparation Pipfile processing * Adds logger and activate level=DEBUG on cli flag * Adds ability to process Pipfile's * Flake8ification * Corrects relative import for py27 * Addresses @phildini suggestions - thanks.rocks is confusing - removes commented out code * Fixes travis test invocation and updates tox to match - Moves to py.test as gives better error messages * Forced add fixture files (.egg) which were causing failing tests .egg files are sensibly added to .gitignore This is probably one of the very few cases where you want to add a .egg file :)
- Loading branch information