summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Ignore plugins directory when running doc8 by itself outside of invokeTodd Leonhardt2020-08-041-1/+1
|
* Fix it so py.test by itself doesn't crashTodd Leonhardt2020-08-041-0/+4
| | | | | | Change setup.cfg so that pytest only runs tests in the tests directory by default. Attempting to run tests in the isolated_tests directory was causing a crash
* Swap out tox for noxEric Lin2020-07-081-2/+2
|
* Tweak doc8 config to allow for longer maximum line length in Sphinx ↵Todd Leonhardt2020-06-221-1/+1
| | | | documentation *.rst files
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-0/+17
| | | | | | | Also: - Added isort to Pipenv dev - Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke - Ran isort to sort includes
* For python 3 don’t build universal wheels0.9.0.1kotfu2018-05-281-2/+0
|
* Build universal wheelsNicola Soranzo2018-04-101-0/+2
See See https://packaging.python.org/tutorials/distributing-packages/#universal-wheels