We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1487a commit 896d096Copy full SHA for 896d096
1 file changed
README.md
@@ -25,6 +25,27 @@ cd docs
25
make html
26
```
27
28
+## Run Tests
29
+
30
+Configure the following environment variables:
31
32
+- `APP_ID`
33
+- `APP_KEY`
34
+- `MASTER_KEY`
35
+- `USE_REGION`
36
37
+Install dependencies:
38
39
+```sh
40
+pip install -e .'[test]'
41
+```
42
43
+Run tests:
44
45
46
+nosetests
47
48
49
## Release a New Version
50
51
1. Edit `changelog` and `setup.py` (`version`).
0 commit comments