From f60efc3e7348ec361f84325192ff0692c5304f3a Mon Sep 17 00:00:00 2001 From: Antoine Beaupré Date: Mon, 29 Oct 2018 14:30:33 -0400 Subject: add missing --dev install required for tests Without this, pipenv will fail to find pytest or worse, will pick up the default one from the system, which might be 2.7 or some other version of pytest we don't want (*and* that won't pick up on the virtualenv either). --- python/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/README.md b/python/README.md index eebbbd9c..1369051a 100644 --- a/python/README.md +++ b/python/README.md @@ -7,6 +7,7 @@ Use `pipenv` (which you can install with `pip`). Run tests: + pipenv install --dev pipenv run pytest # for coverage: -- cgit v1.2.3