tidy Docker/Makefiles and config.fish

This commit is contained in:
Andrejus
2020-03-02 22:21:03 +00:00
parent 0d87c48e9c
commit 1c7586139f
4 changed files with 31 additions and 30 deletions

View File

@@ -1,11 +1,6 @@
# dotfiles tests Makefile
# ---------------------------------------------------------------------------- #
# Test commands
# ---------------------------------------------------------------------------- #
.PHONY: test
# Import .bashrc and run test suite
test: SHELL:=/bin/bash
test:
all: SHELL:=/bin/bash
all:
source ~/.bashrc
poetry install
poetry run pytest