do not run check symbols

This commit is contained in:
Nikolay Kim 2017-05-14 13:14:02 -07:00
parent 24f5c3f5e4
commit a24c2f04f6
1 changed files with 4 additions and 3 deletions

View File

@ -31,10 +31,11 @@ build: src/py_class/py_class_impl.rs
test: build test: build
cargo test $(CARGO_FLAGS) cargo test $(CARGO_FLAGS)
ifeq ($(NIGHTLY),1)
#ifeq ($(NIGHTLY),1)
# ast-json output is only supported on nightly # ast-json output is only supported on nightly
python$(PY) tests/check_symbols.py # python$(PY) tests/check_symbols.py
endif #endif
doc: build doc: build
cargo doc --no-deps $(CARGO_FLAGS) cargo doc --no-deps $(CARGO_FLAGS)