summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Collapse)AuthorAgeFilesLines
* Increase flake8 coverageEd Morley2017-06-021-0/+4
| | | | | | | | | Enables more of flake8's default rules and makes CI check all files, not just a subset. Also pins the version of flake8 to avoid CI non-determinism when newer versions add/adjust the default rules. The `# noqa: F401` entries in `pie_slice.py` are required due to: https://github.com/PyCQA/pyflakes/issues/276
* Clean up some flake8 warnings and errorsJon Dufresne2017-05-051-0/+1
|
* Fix Import Line Splitting BugPatrick Yevsukov2015-06-101-1/+1
|
* isort importsTimothy Crosley2013-10-201-2/+3
|
* Add py.test generated runtests.py in order to support systems running distutilsTimothy Crosley2013-10-201-0/+2695