diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-20 17:47:23 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-20 17:47:23 -0500 |
| commit | 81512040e39704bd9e8eb7232d8e56910908ab2c (patch) | |
| tree | 2c209bd9d8e32e7842cf17a2ed8e6e8e6b10de9b /doc | |
| parent | 44ae5a8957a646d5bbf5e3aef554e9946ace1e0b (diff) | |
| download | python-coveragepy-git-81512040e39704bd9e8eb7232d8e56910908ab2c.tar.gz | |
No more nose, use pytest as test runner
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contributing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index f631dd25..a51f5fd8 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -42,6 +42,8 @@ these steps: #. (Optional, but recommended) Create a virtualenv to work in, and activate it. +.. mkvirtualenv -p /usr/local/pythonz/pythons/CPython-2.7.11/bin/python coverage + #. Clone the repo:: $ hg clone https://bitbucket.org/ned/coveragepy |
