Skip to content

Commit

Permalink
Use subshell to avoid changing directories
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 23, 2013
1 parent 95d424d commit 0e0505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Lint the project with:

Generate the documentation with:

cd docs && PYTHONPATH=.. make singlehtml
(cd docs && make singlehtml)

To monitor changes to Python files and execute flake8 and nosetests
automatically, execute the following from the root project directory:
Expand Down

0 comments on commit 0e0505b

Please sign in to comment.