diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ python_version = "3.6" [scripts] lint = "flake8" test = "py.test tests --cov . --cov-report term-missing -v" +report = "py.test tests --cov . --cov-report=html" snekbox = "python snekbox.py" snekweb = "gunicorn -w 2 -b 0.0.0.0:5000 --log-level debug -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker snekweb:app" buildbox = "docker build -t pythondiscord/snekbox:latest -f docker/Dockerfile ." |