diff options
-rw-r--r-- | Pipfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,9 +29,9 @@ python_version = "3.7" [scripts] lint = "flake8" precommit = "pre-commit install" -test = "scripts/dev.sh -c 'pipenv run coverage run -m unittest'" +test = "sh scripts/dev.sh -c 'pipenv run coverage run -m unittest'" testb = """ - scripts/dev.sh \ + sh scripts/dev.sh \ --build \ --clean \ -c 'pipenv run coverage run -m unittest' @@ -46,7 +46,7 @@ snekbox = """ --access-logfile - \ snekbox.api.app """ -devsh = "scripts/dev.sh" +devsh = "sh scripts/dev.sh" build = """ docker build \ -t pythondiscord/snekbox:latest \ |