summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorRichard van der Hoff <github@rvanderhoff.org.uk>2016-12-09 17:52:51 +0000
committerGitHub <noreply@github.com>2016-12-09 17:52:51 +0000
commit1233d244ff853286a2e9216327e5f671634424c5 (patch)
tree4d1fa9fc873bfc48eebcfef007bbb7593de361e9 /README.rst
parentUpdate the readme to use trial (diff)
downloadsynapse-1233d244ff853286a2e9216327e5f671634424c5.tar.xz
fix pythonpath
Diffstat (limited to '')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst

index ef1970f51f..8925e7c49d 100644 --- a/README.rst +++ b/README.rst
@@ -788,7 +788,7 @@ dependencies into a virtual env. Once this is done, you may wish to run Synapse's unit tests, to check that everything is installed as it should be:: - PYTHONPATH="" trial tests + PYTHONPATH="." trial tests This should end with a 'PASSED' result::