fix pythonpath

pull/1685/head
Richard van der Hoff 2016-12-09 17:52:51 +00:00 committed by GitHub
parent 2fda8134f1
commit 1233d244ff
1 changed files with 1 additions and 1 deletions

View File

@ -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::