From 0b6613bd6935c282bfa8e407013535ec23655c3c Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 7 Jun 2018 15:03:11 +0100 Subject: Add "rundev" to pipfile --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') 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" -- cgit v1.2.3