From a24c2f04f6e73becc7053300963376dcb21aee95 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 14 May 2017 13:14:02 -0700 Subject: [PATCH] do not run check symbols --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8cf54eac..1aa8328e 100644 --- a/Makefile +++ b/Makefile @@ -31,10 +31,11 @@ build: src/py_class/py_class_impl.rs test: build cargo test $(CARGO_FLAGS) -ifeq ($(NIGHTLY),1) + +#ifeq ($(NIGHTLY),1) # ast-json output is only supported on nightly - python$(PY) tests/check_symbols.py -endif +# python$(PY) tests/check_symbols.py +#endif doc: build cargo doc --no-deps $(CARGO_FLAGS)