mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-22 11:45:28 -05:00
Update pyscriptjs/Makefile
Co-authored-by: Matt Kramer <matthew.robert.kramer@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ build:
|
|||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
@echo "Tests are coming :( this is a placeholder and it's meant to fail!"
|
@echo "Tests are coming :( this is a placeholder and it's meant to fail!"
|
||||||
$(env)/bin/pytest -vv $(ARGS) tests/ --log-cli-level=warning
|
$(conda_run) pytest -vv $(ARGS) tests/ --log-cli-level=warning
|
||||||
|
|
||||||
.PHONY: test-py
|
.PHONY: test-py
|
||||||
test-py:
|
test-py:
|
||||||
|
|||||||
Reference in New Issue
Block a user