summaryrefslogtreecommitdiffstats
path: root/setup.cfg
AgeCommit message (Collapse)Author
2024-02-19Bump version: 1.1.1 → 1.1.2v1.1.2Brian May
2024-02-19Add experimental peotry and nix flake stuffBrian May
2022-09-06Bump version: 1.1.0 → 1.1.1v1.1.1Brian May
2022-09-06Include version in setup.py tooBrian May
2022-09-05added bump2versionBastian Venthur
2022-02-10define flake8 max line length longer (79 to 128)mangano-ito
2019-02-11Fix/pep8 (#277)Bastian Venthur
* re-organized imports according to pep8 * fixed all remaining pep8 issues * moved common config into setup.cfg, additionally test `tests` * removed --select=X -- the errors selected where by default not in flake8's --ignore list so effectively had no effect * update .travis.yml to reflect changes in tox.ini * make travis just use tox in order to avoid code duplaction * replace py.test with pytest * fixed .travis.yml * try different pypy toxenv * hopefully fixed testenv for pypy * added pypy basepython, removed unused python2.6 * install dev package before testing (fixes missing coverage) * fixed empty exception pass blocks with noqa * Added dummy log message on empty try-except-pass blocks to make dodacy happy :( * Replaced Exception with BaseException
2018-10-17Added coverage report to testsBastian Venthur
2017-07-09Update setup.cfgBrian May
2016-07-10Add pytest-runner supportBrian May