aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-07 15:03:11 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-07 15:03:11 +0100
commit0b6613bd6935c282bfa8e407013535ec23655c3c (patch)
treecf4b28c346070d57ef126813b9234bf0eea6c9b5 /Pipfile
parent[RST] Add directive for UIKit buttons (diff)
Add "rundev" to pipfile
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"