From 9ff330c9c2d54d3ad484cb58b32d04c10d8d027f Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Thu, 23 Jun 2016 03:20:42 +0200 Subject: [PATCH] Make sure to install test requirements --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a160bad..8076aa1 100644 --- a/Makefile +++ b/Makefile @@ -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