diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-02 11:40:02 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-02 11:40:02 -0700 | 
| commit | a21f425b793cae9ce70f8327eae9702e62bc4329 (patch) | |
| tree | b90d04569cb2d1e60fe1f756a479ea0bb9990364 /python | |
| parent | 70d1f092df8e7d73d556587cac5bfe4efd2196bd (diff) | |
| parent | 9b046274a3a7d7fa864da472aa9ca86733167ff4 (diff) | |
| download | fatcat-a21f425b793cae9ce70f8327eae9702e62bc4329.tar.gz fatcat-a21f425b793cae9ce70f8327eae9702e62bc4329.zip | |
Merge remote-tracking branch 'github/master'
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: | 
