From 1e315d7adaec7b22ec68c8a643277e27317ba11f Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Tue, 27 Oct 2015 19:12:33 -0400 Subject: Run examples in CI --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 396c477..a3e95ba 100644 --- a/Makefile +++ b/Makefile @@ -127,6 +127,9 @@ maintainer-clean: distclean dist sdist: distclean $(PYTHON) setup.py sdist +run-quickstart: + ./tests/run-quickstart.sh + # Rebuild missing or changed documentation. # Editing docstrings in Python or C source will not cause the documentation # to be rebuilt with this target, use docs-force instead. -- cgit v1.2.1