We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dadd2 commit 637dc49Copy full SHA for 637dc49
Makefile
@@ -6,7 +6,7 @@ venv:
6
install: venv
7
. venv/bin/activate; pip install . --use-mirrors
8
9
-test-install:
+test-install: install
10
. venv/bin/activate; pip install -r tests/requirements.txt
11
12
analysis:
0 commit comments