aboutsummaryrefslogtreecommitdiff
path: root/TESTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING.md')
-rw-r--r--TESTING.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/TESTING.md b/TESTING.md
index 118d7462..dba13056 100644
--- a/TESTING.md
+++ b/TESTING.md
@@ -21,16 +21,7 @@ This is also used to run the following test and coverage tools:
### Installation
-To install pre-commit, pytest and pytest-cov in the pipenv virtual environment
-use the following command:
-
-```bash
-pipenv install -e . --dev
-```
-
-The remaining tools will all be installed automatically upon first use.
-
-If a virtual environment is not used, the packages can instead be installed through:
+To install pre-commit, pytest and pytest-cov use the following command:
```bash
pip install pre-commit
@@ -40,6 +31,8 @@ pip install pytest
pip install pytest-cov
```
+The remaining tools will all be installed automatically upon first use.
+
### Add pre-commit hook (Automatically running the tools)
To support code development all the above tools can be configured to run