summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 23:29:19 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 23:29:19 -0700
commit35d613ccec3e531b16e01bff1115f69e1c9183ca (patch)
treeb5c58af100abec6e7b5ff94af9fa2b21e762c6e2
parent88145acdba3786055603890fd24b1d2764576ca0 (diff)
downloadisort-feature/test_failure.tar.gz
Source lint script instead of simply executing itfeature/test_failure
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 5a9e8521..66e08535 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -1,4 +1,4 @@
#!/bin/bash -xe
-./scripts/lint.sh
+. scripts/lint.sh
poetry run pytest tests/ -s --cov=isort/ --cov=tests/ --cov-report=term-missing ${@} --cov-report html