diff options
Diffstat (limited to '.projections.json')
-rw-r--r-- | .projections.json | 5 |
1 files changed, 1 insertions, 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" } } |