diff options
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |