[py-svn] pytest-coverage commit 68ab9b202d7b: Fixed example usage in pypi description

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Feb 25 15:25:14 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-coverage
# URL http://bitbucket.org/prologic/pytest-coverage/overview/
# User prologic
# Date 1267106256 -36000
# Node ID 68ab9b202d7b795254f040542c6d0b6f3bb6adb6
# Parent  f2559946de082c2d7a588068927f4cbeebfdd524
Fixed example usage in pypi description

--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ Usage
 
 after installation (e.g. via ``pip install pytest-coverage``) you can type::
 
-    py.test --cover-action=report
+    py.test --cover-report=report
 
 to enable coverage. Use ``py.test --help``  to display other options.
 """
@@ -17,7 +17,7 @@ from setuptools import setup
 
 setup(
     name="pytest-coverage",
-    version="0.2",
+    version="0.2.1",
     description='py.test coverage plugin',
     long_description=__doc__,
     license='MIT',



More information about the pytest-commit mailing list