diff options
author | Miriam Sexton <miriam@industrydive.com> | 2018-05-14 11:43:03 -0400 |
---|---|---|
committer | Miriam Sexton <miriam@industrydive.com> | 2018-05-14 11:43:03 -0400 |
commit | 9bdf2f7dde7eb6a6767663a3d5dfa1624f59559c (patch) | |
tree | 610e3f561246b4a2733949896b26cace5b6917e5 /docs/developer-guide.txt | |
parent | be00aaed0c0a34e0c4e5b98a8708ee480397b003 (diff) | |
download | python-setuptools-git-9bdf2f7dde7eb6a6767663a3d5dfa1624f59559c.tar.gz |
Change Developer Guide instruction on how to run tests
Diffstat (limited to 'docs/developer-guide.txt')
-rw-r--r-- | docs/developer-guide.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index dda34bf7..25aaeaab 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -86,8 +86,12 @@ from this repository. Testing ------- -The primary tests are run using tox. To run the tests, first make -sure you have tox installed, then invoke it:: +The primary tests are run using tox. To run the tests, first create the metadata +needed to run the tests:: + + $ python bootstrap.py + +Then make sure you have tox installed, and invoke it:: $ tox |