mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Update
This commit is contained in:
8
Makefile
8
Makefile
@@ -2,7 +2,7 @@ PYTHON := python3
|
||||
PYTEST := pytest
|
||||
PIP := $(PYTHON) -m pip
|
||||
MYPY := $(PYTHON) -m mypy
|
||||
PYTEST_ARGS := -W ignore::DeprecationWarning -vv --log-level=DEBUG
|
||||
PYTEST_ARGS := -W ignore::DeprecationWarning -vv --log-level=DEBUG tests
|
||||
VERSION := 0.2
|
||||
|
||||
all: docs test
|
||||
@@ -41,9 +41,9 @@ reformat:
|
||||
$(PYTHON) -m black .
|
||||
|
||||
test:
|
||||
rm -rf .mypy_cache
|
||||
$(MYPY) -p miplearn
|
||||
$(MYPY) -p tests
|
||||
# rm -rf .mypy_cache
|
||||
# $(MYPY) -p miplearn
|
||||
# $(MYPY) -p tests
|
||||
$(PYTEST) $(PYTEST_ARGS)
|
||||
|
||||
.PHONY: test test-watch docs install dist
|
||||
|
||||
Reference in New Issue
Block a user