Revert "Move to python3.8.0"

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.
This commit is contained in:
Andrew Hamilton 2019-12-19 14:34:32 +10:00
parent d645f62b10
commit 1cf2fc445c
26 changed files with 43 additions and 45 deletions

View file

@ -13,8 +13,8 @@ if [ $DIST_ID != "ubuntu" ]; then
exit 1
fi
echo "Installing the dependencies of the eris script…"
sudo apt --yes install python3-pip python3.8 util-linux
python3.8 -m pip install pyinotify pygments docopt pillow toml
sudo apt --yes install python3-pip python3.7 util-linux
python3.7 -m pip install pyinotify pygments docopt pillow toml
echo
echo "Installing all the tools eris may need…"
./install-tools