Skip to content

Commit

Permalink
Add install-requires Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Jul 20, 2015
1 parent 27acf78 commit 6bea572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -52,6 +52,10 @@ check-requires:
done ; \
exit $$status

install-requires:
@echo "*** Installing the dependencies required for testing and analysis ***"
dnf install -y $(TEST_DEPENDENCIES)

test: check-requires
@echo "*** Running unittests with $(PYTHON) ***"
PYTHONPATH=.:tests/ $(PYTHON) -m unittest discover -v -s tests/ -p '*_test.py'
Expand Down

0 comments on commit 6bea572

Please sign in to comment.