From 83e5d274cf8d59865582c6323b086cf7aee1f89c Mon Sep 17 00:00:00 2001 From: kngwyu Date: Sun, 28 Jun 2020 23:53:46 +0900 Subject: [PATCH] Remove tox -e py from Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5bfb5755..682f4a39 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ test: lint test_py cargo test test_py: - tox -e py for example in examples/*; do tox -e py -c $$example/tox.ini || exit 1; done fmt: