From 7984f941e5c1960d8b39ef690a55e9fe14082633 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Thu, 20 Jun 2019 11:36:32 -0400 Subject: [PATCH] Update development_testing.md (#277) --- docs/development_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_testing.md b/docs/development_testing.md index 0a1d09f3..0eebf847 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -18,7 +18,7 @@ Running Tox will run unit tests against the locally available Pythons, as well a Tox uses virtual environments under the hood to create isolated testing environments. The tox virtual environments will get out-of-date when requirements change, causing test errors. Run `tox -r` to tell Tox to recreate the virtual environments. -OSX users may see an `Error creating virtualenv` when runnng `tox`. If this occurs, install the [tox-venv](https://pypi.org/project/tox-venv/) package using the command `pip install tox-venv` and try again. +macOS users may see an `Error creating virtualenv` when runnng `tox`. If this occurs, install the [tox-venv](https://pypi.org/project/tox-venv/) package using the command `pip install tox-venv` and try again. ### Adding new dependencies to test environment