]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Refactor Travis (#614)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 20 Nov 2018 16:42:43 +0000 (08:42 -0800)
committerGitHub <noreply@github.com>
Tue, 20 Nov 2018 16:42:43 +0000 (08:42 -0800)
commit8d588273766675ece744f9b37c40483706f3a9d7
tree15fd8a65d11f04d595f16cae6e1bddbd2a02b5ba
parente4e59f87a8c4d3844dca9a14b6a4abf544c7a0c8
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
.travis.yml
tests/test_black.py