diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,5 +49,7 @@ lint = "python -m flake8" lintscss = "scss-lint scss/pysite" push = "docker push pythondiscord/site:latest" pushbase = "docker push pythondiscord/site-base:latest" +buildci = "docker build -t pythondiscord/site-ci:latest -f docker/ci.Dockerfile ." +pushci = "docker push pythondiscord/site-ci:latest" rundev = "python app.py" test = "py.test tests --cov pysite --cov-report term-missing -v" |