Merge branch 'master' of github.com:PyO3/PyO3

This commit is contained in:
Nikolay Kim 2017-05-31 01:08:54 -07:00
commit 0b47d44562
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ build:
cargo build $(CARGO_FLAGS)
test: build
cargo test $(CARGO_FLAGS) --lib
cargo test $(CARGO_FLAGS)
#ifeq ($(NIGHTLY),1)
# ast-json output is only supported on nightly