summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 11455880..d8713df6 100644
--- a/README.rst
+++ b/README.rst
@@ -47,10 +47,20 @@ Compatibility
Tests
-----
+System dependencies::
+
+ python3-venv
+
+Install local dependencies::
+
+ $ cd testing
+ $ pyvenv test-env
+ $ source test-env/bin/activate
+ $ pip3 install -U -r requirements-testing.pip
+
Soledad tests use tox, and they live in the testing folder::
- cd testing
- tox
+ $ tox
Note that to run CouchDB tests, be sure you have `CouchDB`_ installed on your
system.