diff options
| -rw-r--r-- | .cruft.json | 2 | ||||
| -rw-r--r-- | pyproject.toml | 1 | ||||
| -rwxr-xr-x | scripts/test.sh | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.cruft.json b/.cruft.json index 4bfb2044..879f8b66 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/timothycrosley/cookiecutter-python/", - "commit": "74f0b4c8da4ce123f53c859d803f451f00fcadd3", + "commit": "d6097b15037ff9e56ea98bef2b564fa3313ac0e0", "context": { "cookiecutter": { "full_name": "Timothy Crosley", diff --git a/pyproject.toml b/pyproject.toml index 966bb67a..0529248a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,6 +63,7 @@ requirementslib = "^1.5" pipreqs = "^0.4.9" tomlkit = "0.5.3" pip_api = "^0.0.12" +numpy = "^1.16.0" [tool.poetry.scripts] isort = "isort.main:main" diff --git a/scripts/test.sh b/scripts/test.sh index 7a458c39..eab951da 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -2,4 +2,4 @@ set -euxo pipefail ./scripts/lint.sh -poetry run pytest tests/ -s --cov=isort/ --cov=tests/ --cov-report=term-missing ${@} --cov-report html +poetry run pytest tests/ -s --cov=isort/ --cov=tests/ --cov-report=term-missing ${@-} --cov-report html |
