aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/development/getting-started.rst2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index 96b4b6d7..953ae959 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -61,7 +61,7 @@ automatically, so all you have to do is:
.. code-block:: console
- $ py.test
+ $ pytest
...
62746 passed in 220.43 seconds
diff --git a/tox.ini b/tox.ini
index a1e97c50..86d23aae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -74,7 +74,7 @@ deps =
{[testenv]deps}
pytest-random
commands =
- py.test --capture=no --strict --random {posargs}
+ pytest --capture=no --strict --random {posargs}
[flake8]
exclude = .tox,*.egg,.git,_build,.hypothesis