This reverts commit 04fb17cb3f.
- Am seeing a bug where only one worker continues processing
on python3.8.
- Ubuntu and freedesktop-sdk are still on 3.7.
- Not using any features of 3.8 yet.
- Also removes color from mypy.
- Was generating coverage by running a corresponding test file
for the current file. Wasn't obvious where test file was.
- This shows coverage if a .coverage file exists which is newer
than the current file.
- The .coverage file needs to be created independantly. And then
the reports can be refreshed.
- Also now not using any tools that depend on python2.
- Simplifies installation.
- Personally not using python2.
- Eris is not used widely enough to justify supporting python2 files.
- The way of determining whether a source file was python2 or python3 was
not very good.
- Some tools are strict and produce many issues. Previously
their problems were ignored, and given normal status.
- Which tools produce too many issues is not obvious, better
to be consistent and show problems for all.
- Changed to python3.6.
- Accepted minor differences in golden files.
- php is now 7.1.
- Updated README.
- Need to test that the AppImage still works.