diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-21 18:46:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-03-21 18:46:23 -0700 |
commit | d66fed95534d7a443e2cf84e9290d0c9bdf72311 (patch) | |
tree | 8e4144cd5ff6b4668661468871c8049697d6a05b /README.md | |
parent | e425bdfc377a64613a1cb9995b40be7008440ca2 (diff) | |
download | fatcat-d66fed95534d7a443e2cf84e9290d0c9bdf72311.tar.gz fatcat-d66fed95534d7a443e2cf84e9290d0c9bdf72311.zip |
WIP
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,3 +17,7 @@ Use `pipenv` (which you can install with `pip`). pipenv shell python3 fatcat/api.py + +Run tests: + + pipenv run nosetests3 backend/ webface/ |