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 b969181 commit 6dc3037Copy full SHA for 6dc3037
Makefile
@@ -9,7 +9,10 @@ install: venv
9
. venv/bin/activate; python setup.py install
10
. venv/bin/activate; pip install -r requirements.txt
11
12
-test: install
+test-install: install
13
+ . venv/bin/activate; pip install -r test/requirements.txt
14
+
15
+test: test-install
16
. venv/bin/activate; coverage run -m unittest discover -s test/unit
17
18
test-integ: test
0 commit comments