aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2019-10-11Remove support for python2.Alexis M1-2/+1
In the same move : - use a setup.cfg file for packaging - remove the use of six
2019-09-08remove compatibility of py34Brice Maron1-1/+0
2019-02-20Fix requirements.txt file.Rémy HUBSCHER1-6/+2
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.
2019-02-20Update tox.iniRémy HUBSCHER1-3/+3
2018-01-07manage commands testing (#313)JocelynDelalande1-2/+11
* 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
2017-10-23Fix Travis-CI integration (#276)Alexis Metaireau1-0/+7
Use tox-travis to solve the current issues with Travis-CI
2017-08-20Add python 3.6 support (#259)0livd1-1/+1
Closes #253
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-2/+11
* 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.
2017-06-28Make all imports relative (#229)Alexis Metaireau1-1/+1
* Make all imports relative * Change the way the application runs in the Makefile * Import the default settings relatively * Fix manage.py imports
2017-04-22Move tests to budget.tests (#205)0livd1-1/+1
* Move tests to budget.tests Update tox.ini to call the unittest dicovery module Closes #196 * Fix typo in Readme
2017-03-29Add Python 3.4 supportJocelyn Delalande1-1/+1
Note that py3.4 is the version shipped in current Debian version (Jessie).
2017-03-28@JocelynDelalande's reviewAlexis Métaireau1-1/+0
2017-03-28Add tox support.Alexis Métaireau1-0/+20