aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2018-10-30 22:35:12 +0100
committerGitHub <noreply@github.com>2018-10-30 22:35:12 +0100
commit9b046274a3a7d7fa864da472aa9ca86733167ff4 (patch)
treed5a5775a20dadd923d57ed3c876d08316636ab3d
parent233fe19ec028b2703f75cca3fb02939ed7c79d25 (diff)
parentf60efc3e7348ec361f84325192ff0692c5304f3a (diff)
downloadfatcat-9b046274a3a7d7fa864da472aa9ca86733167ff4.tar.gz
fatcat-9b046274a3a7d7fa864da472aa9ca86733167ff4.zip
Merge pull request #3 from anarcat/pytest-dep
add missing --dev install required for tests
-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: