Merge pull request #1008 from kngwyu/makefile-tweak

Remove tox -e py from Makefile
This commit is contained in:
Yuji Kanagawa 2020-06-29 17:00:06 +09:00 committed by GitHub
commit 61a58ed0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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: