Skip to content

Commit

Permalink
Resolve pyvista#625
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Feb 20, 2020
1 parent 0781cf4 commit a4f46c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ request. The following tests will be executed after any commit or pull request,
so we ask that you perform the following sequence locally to track down any new
issues from your changes.
To run our comprehensive suite of unit tests, install all the dependencies
listed in ``requirements.txt``, ``requirements_docs.txt``:
listed in ``requirements_test.txt``, ``requirements_docs.txt``:


```bash
pip install -r requirements.txt
pip install -r requirements_test.txt
pip install -r requirements_docs.txt
```

Expand Down

0 comments on commit a4f46c9

Please sign in to comment.