summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed87d78..be279c2 100644
--- a/README.md
+++ b/README.md
@@ -24,3 +24,8 @@ Example usage:
```
[More examples](/examples)
+
+Running the tests:
+```bash
+GAMELOCKER_APIKEY=your.api.key PYTHONPATH=. python -m pytest tests
+```