From: Oleg Broytman Date: Sat, 29 Apr 2017 03:41:24 +0000 (+0300) Subject: Fix development requirements: add pytest-cov and tox X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=22e0269bbcbbda3b322cfe001175eb13afcc93d3 Fix development requirements: add pytest-cov and tox --- diff --git a/project_template/requirements_dev.txt b/project_template/requirements_dev.txt index 73c8ac6..ca2ff5d 100644 --- a/project_template/requirements_dev.txt +++ b/project_template/requirements_dev.txt @@ -1,3 +1,5 @@ -r requirements.txt pytest +pytest-cov +tox >= 1.8