Skip to content

Commit

Permalink
Fix documentation for installing test suite
Browse files Browse the repository at this point in the history
The test extras for this package is named `test`, not `tests`.  Just
getting the docs in sync with the setup.py file :)
  • Loading branch information
chigby committed Mar 6, 2019
1 parent 99606e8 commit 8d09cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This project uses ``pytest`` and ``tox`` to run its test suite. To install ``pyt
.. code-block:: sh
cd /path/to/wagtail-autocomplete
pip install -e .[tests]
pip install -e .[test]
pytest
To run the test suite against all dependency permutations, ensure that you have all the necessary Python interpreters installed and run:
Expand Down

0 comments on commit 8d09cdf

Please sign in to comment.