diff options
author | 2018-06-07 15:03:11 +0100 | |
---|---|---|
committer | 2018-06-07 15:03:11 +0100 | |
commit | 0b6613bd6935c282bfa8e407013535ec23655c3c (patch) | |
tree | cf4b28c346070d57ef126813b9234bf0eea6c9b5 /Pipfile | |
parent | [RST] Add directive for UIKit buttons (diff) |
Add "rundev" to pipfile
Diffstat (limited to 'Pipfile')
-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" |