Skip to content

Commit

Permalink
Merge pull request #836 from chuckwondo/fix-testing-instructions
Browse files Browse the repository at this point in the history
Fix typos in testing instructions
  • Loading branch information
hartwork authored Jun 2, 2024
2 parents c9c0568 + 40ac0de commit 4b06f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ in this example::
pyenv local 3.12.0 pypy3.10

# Run the whole test suite
pip install .[test]
./run_tests.sh
pip install .[tests]
./runtests.sh


Troubleshooting on MacOSX
Expand Down

0 comments on commit 4b06f3d

Please sign in to comment.