Skip to content

Commit 6ccbdfd

Browse files
committed
DOC: Fix instructions for testing xarray
1 parent 07993c9 commit 6ccbdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ pandas) installed first. Then, install xarray with pip::
7575

7676
To run the test suite after installing xarray, install
7777
`py.test <https://pytest.org>`__ (``pip install pytest``) and run
78-
``py.test xarray``.
78+
``py.test --pyargs xarray``.

0 commit comments

Comments
 (0)