fix pythonpath

This commit is contained in:
Richard van der Hoff 2016-12-09 17:52:51 +00:00 committed by GitHub
parent 2fda8134f1
commit 1233d244ff

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