dotfiles/vim/plugins/deoplete-jedi/Makefile

11 lines
128 B
Makefile
Raw Normal View History

2018-04-05 13:06:54 +02:00
RPLUGIN_PATH := ./rplugin/python3/deoplete/sources
all: test
test: flake8
flake8:
flake8 rplugin tests
.PHONY: test flake8