summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index d2dcae5..e97a625 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ Usage
- Add 'pytest-runner' to your 'setup_requires'. Pin to '>=2.0,<3dev' (or
similar) to avoid pulling in incompatible versions.
- Include 'pytest' and any other testing requirements to 'tests_require'.
-- Invoke tests with `setup.py ptr`.
+- Invoke tests with `setup.py pytest`.
See the `jaraco.util <https://bitbucket.org/jaraco/jaraco.util/>`_ project
for an example.
@@ -18,6 +18,11 @@ for an example.
Changes
-------
+2.1
+~~~
+
+* The preferred invocation is now the 'pytest' command.
+
2.0
~~~