Skip to content

Commit

Permalink
Merge pull request #436 from ixc/fix_test_run_instructions
Browse files Browse the repository at this point in the history
Fix instructions for running tests in README.rst
  • Loading branch information
etianen committed Jul 29, 2015
2 parents 55e3709 + 1827492 commit 4c9e16f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ commands:

::

$ pip install django
$ pip install -e .
$ python src/tests/runtests.py
$ pip install -e .[test]
$ coverage run src/tests/manage.py test src/tests/test_reversion/

The django-reversion project is built on every push with `Travis CI <https://travis-ci.org/etianen/django-reversion>`_.

Expand Down

0 comments on commit 4c9e16f

Please sign in to comment.