| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Update known working set.
* Pin dependencies in setup.cfg.
* Cleanup Makefile.
* Try the python_version trick.
|
|
|
|
In the same move :
- use a setup.cfg file for packaging
- remove the use of six
|
|
|
|
You can't use both build-requirements to keep known version set and load setup.py from the same requirements, it doesn't make any sense.
|
|
|
|
* Rename manage.ConfigTemplate → manage.GenerateConfig
To be consistent with the CLI name: `generate-config`.
* Add tests for manage.py commands
* Run tests from pip-installed package
To be able to detect packaging-related issues on test runs.
refs #305
|
|
Use tox-travis to solve the current issues with Travis-CI
|
|
Closes #253
|
|
* Use absolute imports and rename package to ihatemoney
* Add a ihatemoney command
* Factorize application creation logic
* Refactor the tests
* Update the wsgi.py module with the new create_app() function
* Fix some styling thanks to Flake8.
* Automate Flake8 check in the CI.
|
|
* Make all imports relative
* Change the way the application runs in the Makefile
* Import the default settings relatively
* Fix manage.py imports
|
|
* Move tests to budget.tests
Update tox.ini to call the unittest dicovery module
Closes #196
* Fix typo in Readme
|
|
Note that py3.4 is the version shipped in current Debian version (Jessie).
|
|
|
|
|