From a1b2751749063f6aeb0f88bd60cc090528347272 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 14 Sep 2018 12:11:12 -0400 Subject: Update vim projections to not require venv --- .projections.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.projections.json b/.projections.json index f7e1308..28de801 100644 --- a/.projections.json +++ b/.projections.json @@ -7,10 +7,7 @@ "alternate": "dotfiles/{}.py", "type": "test" }, - "*.py": { - "dispatch": "flake8 {file}" - }, "*": { - "make": "pytest -q" + "make": "python3 setup.py -q test" } } -- cgit v1.2.3