Skip to content

Commit 6dc3037

Browse files
Update Makefile
1 parent b969181 commit 6dc3037

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ install: venv
99
. venv/bin/activate; python setup.py install
1010
. venv/bin/activate; pip install -r requirements.txt
1111

12-
test: install
12+
test-install: install
13+
. venv/bin/activate; pip install -r test/requirements.txt
14+
15+
test: test-install
1316
. venv/bin/activate; coverage run -m unittest discover -s test/unit
1417

1518
test-integ: test

0 commit comments

Comments
 (0)