From 618bdae15deaf28a12e01dadc68c880d4b46ac82 Mon Sep 17 00:00:00 2001 From: physsi07 Date: Sat, 5 Oct 2019 12:29:25 -0400 Subject: [PATCH] issue: #7 | Testing: windows dependecies --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af3ec9a..224f126 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,6 +30,6 @@ repos: hooks: - id: pytest name: pytest - entry: make test + entry: pytest tests/unit language: python files: (^|/)tests/.+\.py$