Moves jupyter extension to both bonobo.contrib.jupyter (for the jupyter widget) and to bonobo.plugins (for the executor-side plugin).
This commit is contained in:
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
# Generated by Medikit 0.4.1 on 2017-11-04.
|
||||
# Generated by Medikit 0.4.1 on 2017-11-12.
|
||||
# All changes will be overriden.
|
||||
|
||||
PACKAGE ?= bonobo
|
||||
@ -10,6 +10,7 @@ PYTHON_REQUIREMENTS_DEV_FILE ?= requirements-dev.txt
|
||||
QUICK ?=
|
||||
PIP ?= $(PYTHON_DIRNAME)/pip
|
||||
PIP_INSTALL_OPTIONS ?=
|
||||
VERSION ?= $(shell git describe 2>/dev/null || git rev-parse --short HEAD)
|
||||
PYTEST ?= $(PYTHON_DIRNAME)/pytest
|
||||
PYTEST_OPTIONS ?= --capture=no --cov=$(PACKAGE) --cov-report html
|
||||
SPHINX_BUILD ?= $(PYTHON_DIRNAME)/sphinx-build
|
||||
@ -18,7 +19,6 @@ SPHINX_SOURCEDIR ?= docs
|
||||
SPHINX_BUILDDIR ?= $(SPHINX_SOURCEDIR)/_build
|
||||
YAPF ?= $(PYTHON) -m yapf
|
||||
YAPF_OPTIONS ?= -rip
|
||||
VERSION ?= $(shell git describe 2>/dev/null || echo dev)
|
||||
|
||||
.PHONY: $(SPHINX_SOURCEDIR) clean format install install-dev test update update-requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user