diff options
author | bnewbold <bnewbold@robocracy.org> | 2018-10-30 22:35:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 22:35:12 +0100 |
commit | 9b046274a3a7d7fa864da472aa9ca86733167ff4 (patch) | |
tree | d5a5775a20dadd923d57ed3c876d08316636ab3d /python | |
parent | 233fe19ec028b2703f75cca3fb02939ed7c79d25 (diff) | |
parent | f60efc3e7348ec361f84325192ff0692c5304f3a (diff) | |
download | fatcat-9b046274a3a7d7fa864da472aa9ca86733167ff4.tar.gz fatcat-9b046274a3a7d7fa864da472aa9ca86733167ff4.zip |
Merge pull request #3 from anarcat/pytest-dep
add missing --dev install required for tests
Diffstat (limited to 'python')
-rw-r--r-- | python/README.md | 1 |
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: |