Skip to content
Snippets Groups Projects
Unverified Commit d1ef0706 authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

Docs: mock also needed for python 2.7

Per #223
parent 0ed504be
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ and run pytest directly: ...@@ -46,7 +46,7 @@ and run pytest directly:
.. code:: bash .. code:: bash
$ pip install pytest pytest-cov flake8 responses $ pip install pytest pytest-cov flake8 responses mock
$ pip install -e . $ pip install -e .
$ py.test $ py.test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment