diff --git a/README.md b/README.md index 937981d..185ded9 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,11 @@ volumes: media: files: ``` + +## Running Tests + +``` +python setup.py develop +pip install -r tests/requirements.txt +pytest tests +```