Skip to content

Commit

Permalink
fix pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Dec 9, 2016
1 parent 2fda813 commit 1233d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 1233d24

Please sign in to comment.