diff --git a/Makefile b/Makefile index 52b4bc4..6133f0c 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,4 @@ test: python -m pytest -v setenv: - python -m venv venv - source venv/bin/activate + python -m venv venv && source venv/bin/activate