Skip to content

Commit

Permalink
Removed obsolete documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Aug 29, 2019
1 parent e1d5c2a commit a2ba0c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,8 @@ To run unit tests after installing from source::
This project is also compatible with `tox`_, which will run the unit tests in
different virtual environments (one for each supported version of Python).

To run the unit tests, it is recommended that you use the `detox`_ library.
detox speeds up the tests by running them in parallel.

Install the package with the ``test-runner`` extra to set up the necessary
dependencies, and then you can run the tests with the ``detox`` command::
dependencies, and then you can run the tests with the ``tox`` command::

pip install -e .[test-runner]
tox -p all
Expand All @@ -125,5 +122,4 @@ documentation locally:


.. _ReadTheDocs: https://class-registry.readthedocs.io/
.. _detox: https://pypi.python.org/pypi/detox
.. _tox: https://tox.readthedocs.io/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
description='Factory+Registry pattern for Python classes.',
url='https://class-registry.readthedocs.io/',

version='3.0.4',
version='3.0.5',

packages=['class_registry'],

Expand Down

0 comments on commit a2ba0c9

Please sign in to comment.