diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 11:54:02 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 11:54:02 -0500 |
| commit | 94f88bf48af78c4f961fe42241da556837efa3c1 (patch) | |
| tree | 44aceec9ff1e6ed1971ee0c1b12e4bbc6a332e60 /docs/developer-guide.txt | |
| parent | 7f6394863dc096b9f31e71a5843acbd836ff8d6c (diff) | |
| download | external_python_setuptools-94f88bf48af78c4f961fe42241da556837efa3c1.tar.gz external_python_setuptools-94f88bf48af78c4f961fe42241da556837efa3c1.tar.bz2 external_python_setuptools-94f88bf48af78c4f961fe42241da556837efa3c1.zip | |
Bootstrap the environment in tox, allowing simple 'tox' to run tests and simplifying all of the pipelines.
Diffstat (limited to 'docs/developer-guide.txt')
| -rw-r--r-- | docs/developer-guide.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index d145fba1..0b4ae4d4 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -104,12 +104,8 @@ from the command line after pushing a new branch. Testing ------- -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:: +The primary tests are run using tox. Make sure you have tox installed, +and invoke it:: $ tox |
