diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-17 11:51:42 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-17 11:51:42 -0500 |
commit | 99919c394b697ed0f260cfe338b5283e842073eb (patch) | |
tree | 66816c8b11941b73d630dd6e60de7f78750b6d54 /doc/contributing.rst | |
parent | 7b7c0f3e147ac9adce342086d21bc570520235a8 (diff) | |
download | python-coveragepy-git-99919c394b697ed0f260cfe338b5283e842073eb.tar.gz |
This release is not a 3.5.4, it's at least 3.6
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r-- | doc/contributing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index d0967f88..e2882a64 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -61,7 +61,7 @@ The tests are written as standard unittest-style tests, and are run with $ tox GLOB sdist-make: /home/ned/coverage/setup.py - py25 sdist-reinst: /home/ned/coverage/tox/dist/coverage-3.5.4b1.zip + py25 sdist-reinst: /home/ned/coverage/tox/dist/coverage-3.6b1.zip py25 runtests: commands[0] py25 runtests: commands[1] py25 runtests: commands[2] @@ -81,7 +81,7 @@ The tests are written as standard unittest-style tests, and are run with Ran 360 tests in 10.044s OK - py26 sdist-reinst: /home/ned/coverage/trunk/.tox/dist/coverage-3.5.4b1.zip + py26 sdist-reinst: /home/ned/coverage/trunk/.tox/dist/coverage-3.6b1.zip py26 runtests: commands[0] py26 runtests: commands[1] py26 runtests: commands[2] |