aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Pipfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index db53ce7..c2a1131 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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 \