aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index cf95fc5e..0ca1f92d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -49,4 +49,5 @@ lint = "python -m flake8"
lintscss = "scss-lint scss/pysite"
push = "docker push pythondiscord/site:latest"
pushbase = "docker push pythondiscord/site-base:latest"
+rundev = "python app.py"
test = "py.test tests --cov pysite --cov-report term-missing -v"