Skip to content

Commit 9398696

Browse files
chore: Update Makefile
1 parent 2653f18 commit 9398696

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ venv: clean
66
virtualenv --python=python venv
77

88
install: venv
9+
. venv/bin/activate; pip install -r test/requirements.txt
910
. venv/bin/activate; python setup.py install
1011
. venv/bin/activate; pip install -r requirements.txt
1112

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

1816
test-integ: test

0 commit comments

Comments
 (0)