diff options
author | Jon Bernard <jbernard@jbernard.io> | 2018-09-14 12:11:12 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@jbernard.io> | 2018-09-14 12:11:12 -0400 |
commit | a1b2751749063f6aeb0f88bd60cc090528347272 (patch) | |
tree | 6f41251b129d3d409ca06b0ea8417be70ccbbb53 /.projections.json | |
parent | d00c7aca13f860a88a5b61f9cc71aa2c756f8cf4 (diff) | |
download | dotfiles-a1b2751749063f6aeb0f88bd60cc090528347272.tar.gz dotfiles-a1b2751749063f6aeb0f88bd60cc090528347272.tar.bz2 dotfiles-a1b2751749063f6aeb0f88bd60cc090528347272.zip |
Update vim projections to not require venv
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" } } |