summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* rename master to main and add python 3.11Michael Merickel2022-12-291-2/+2
|
* fix lint and enable coverage reportsMichael Merickel2022-05-151-2/+1
|
* blackify/isort/flake8Michael Merickel2022-05-151-0/+16
|
* refactor to a src folderMichael Merickel2022-05-151-7/+50
|
* switch to github actionsMichael Merickel2022-05-151-3/+2
|
* add docs env to toxSteve Piercy2018-11-271-1/+11
|
* Make 'python setup.py test' work (#5)Chris Dent2018-11-261-2/+1
| | | | | | | | | | | | | | | | | * Make 'python setup.py test' work Packagers sometimes like to use 'python setup.py test'. This change adjusts setup.py and setup.cfg to allow this to work with pytest instead of nose. To make things work, the settings for coverage need to be moved into tox.ini. A SkipTest in test_config_middleware is changed to its pytest equivalent. * Remove usedevelop from tox.ini Review of improvements to setup.py indicated issues with the tox.ini.
* Establish testingfixup-testingChris Dent2018-11-221-1/+2
| | | | | | | | | | | Bring tox defaults into a reasonable state, removing env aliases that tox no longer supports. Set up travis.ci, including using dist: xenial to get python 3.7 support. pypy is only in trusty. In the process add a .gitignore so ignored files don't get in the way of doing this work.
* Fix string-formatting args when raising LookupErrorTim Burke2016-07-201-0/+11
Previously, this would trigger TypeError: not enough arguments for format string