From: Jelle Zijlstra Date: Tue, 20 Nov 2018 16:42:43 +0000 (-0800) Subject: Refactor Travis (#614) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/8d588273766675ece744f9b37c40483706f3a9d7?ds=inline;hp=8d588273766675ece744f9b37c40483706f3a9d7 Refactor Travis (#614) Fixes #305 - Run separate jobs for mypy, self-formatting, flake8, and test runs. - Don't run flake8 in 3.8 because it is broken (and we can't really expect flake8 to always keep up with 3.8 development). - Fix unused variable in test ---