7 lines
106 B
Makefile
7 lines
106 B
Makefile
# dotfiles tests Makefile
|
|
all: SHELL:=/bin/bash
|
|
all:
|
|
source ~/.bashrc
|
|
poetry install
|
|
poetry run pytest
|