Skip to content

Commit

Permalink
add Makefile test options
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Apr 25, 2017
1 parent fe13304 commit 5472f21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,7 @@ To run the tests, set up a testing environment by running
* ``$CONDA/bin/python -m pip install -r utils/requirements-test.txt``.
* ``$CONDA/bin/python utils/setup-testing.py develop``

and then running ``py.test`` in the conda directory. The tests are also run by
various CI systems when you make a pull request.
and then running ``py.test`` in the conda directory. You can also run tests using the
Makefile by running ``make unit``, ``make smoketest`` (a single integration test), or
``make integration``. The tests are also run by various CI systems when you make a
pull request.

0 comments on commit 5472f21

Please sign in to comment.