Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -1/+1 |
| | | | | minor import changes. | ||||
* | Ignore plugins directory when running doc8 by itself outside of invoke | Todd Leonhardt | 2020-08-04 | 1 | -1/+1 |
| | |||||
* | Fix it so py.test by itself doesn't crash | Todd Leonhardt | 2020-08-04 | 1 | -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 nox | Eric Lin | 2020-07-08 | 1 | -2/+2 |
| | |||||
* | Tweak doc8 config to allow for longer maximum line length in Sphinx ↵ | Todd Leonhardt | 2020-06-22 | 1 | -1/+1 |
| | | | | documentation *.rst files | ||||
* | Added info on semantic versioning and branching strategy to CONTRIBUTING.md | Todd Leonhardt | 2020-04-24 | 1 | -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.1 | kotfu | 2018-05-28 | 1 | -2/+0 |
| | |||||
* | Build universal wheels | Nicola Soranzo | 2018-04-10 | 1 | -0/+2 |
See See https://packaging.python.org/tutorials/distributing-packages/#universal-wheels |