aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@debian.org>2018-10-29 14:30:33 -0400
committerAntoine Beaupré <anarcat@debian.org>2018-10-29 14:30:36 -0400
commitf60efc3e7348ec361f84325192ff0692c5304f3a (patch)
treed5a5775a20dadd923d57ed3c876d08316636ab3d /python
parent233fe19ec028b2703f75cca3fb02939ed7c79d25 (diff)
downloadfatcat-f60efc3e7348ec361f84325192ff0692c5304f3a.tar.gz
fatcat-f60efc3e7348ec361f84325192ff0692c5304f3a.zip
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).
Diffstat (limited to 'python')
-rw-r--r--python/README.md1
1 files changed, 1 insertions, 0 deletions
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: