summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index af4692007..896f28b3d 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,8 @@ The guidelines in a nutshell:
Tests are executed at build time, you can also execute them by hand with:
```
+pipenv install
+pipenv shell
make test
```