mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 19:25:35 -05:00
Merge branch 'fpliger/69_add_makefile' of github.com:anaconda/pyscript into fpliger/69_add_makefile
This commit is contained in:
@@ -8,7 +8,7 @@ app_dir ?= $(shell git rev-parse --show-prefix)
|
||||
|
||||
CONDA_ENV ?= ./env
|
||||
env := $(CONDA_ENV)
|
||||
|
||||
conda_run := conda run -p $(env)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@@ -39,7 +39,7 @@ build:
|
||||
.PHONY: test
|
||||
test:
|
||||
@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
|
||||
test-py:
|
||||
|
||||
Reference in New Issue
Block a user