Commit 849d0616 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #1356 from MiriamSexton/pycon-sprint-docs-changes

Small fixes to Docs:Developer Guide
parents d11f10ed 9bdf2f7d
...@@ -63,7 +63,7 @@ Source Code ...@@ -63,7 +63,7 @@ Source Code
Grab the code at Github:: Grab the code at Github::
$ git checkout https://github.com/pypa/setuptools $ git clone https://github.com/pypa/setuptools
If you want to contribute changes, we recommend you fork the repository on If you want to contribute changes, we recommend you fork the repository on
Github, commit the changes to your repository, and then make a pull request Github, commit the changes to your repository, and then make a pull request
...@@ -86,8 +86,12 @@ from this repository. ...@@ -86,8 +86,12 @@ from this repository.
Testing Testing
------- -------
The primary tests are run using tox. To run the tests, first make The primary tests are run using tox. To run the tests, first create the metadata
sure you have tox installed, then invoke it:: needed to run the tests::
$ python bootstrap.py
Then make sure you have tox installed, and invoke it::
$ tox $ tox
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment