Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nirum committed May 30, 2016
1 parent afdad1b commit c369401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Pull requests are welcome! We follow the [Numpy/Scipy documentation standards](h

Testing
-------
Testing is done via [nose](https://nose.readthedocs.org/). Once installed (e.g. with `pip install nose`) then simply run `nosetests -v` at the top level directory to run the tests. Test functions are located in the `tests/` folder.
Testing is done via [py.test](http://pytest.org/latest/). Once installed (e.g. with `pip install pytest`) then simply run `make test` at the top level directory to run the tests. Test functions are located in the `tests/` folder.

0 comments on commit c369401

Please sign in to comment.