Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred82santa committed Jul 5, 2016
1 parent 4d4eb94 commit 916d0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -25,7 +25,7 @@ requirements:
requirements-test:
@echo "Installing ${PACKAGE_NAME} tests requirements..."
@make requirements
pip install -r requirements-test.txt
pip install -r requirements-tests.txt

requirements-docs:
@echo "Installing ${PACKAGE_NAME} docs requirements..."
Expand Down

0 comments on commit 916d0ec

Please sign in to comment.