Skip to content

Commit

Permalink
Make sure to install test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 23, 2016
1 parent 171f43d commit 9ff330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ check: install
@flake8

test: install
@pip-accel install --quiet detox pytest pytest-cov
@pip-accel install --quiet detox --requirement=requirements-tests.txt
@py.test --cov
@coverage html
@detox
Expand Down

0 comments on commit 9ff330c

Please sign in to comment.