Skip to content
Snippets Groups Projects
Commit 6d69bd54 authored by nimrod's avatar nimrod
Browse files

- Added Tox environment and a shell alias for running httpbin.

parent 3287f0f4
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ alias apt-daily="sudo /bin/sh -c 'apt-get update && apt-get dist-upgrade --downl
alias docker-build='docker build -t "$(basename $PWD)" ./'
alias cdtemp='cd $(mktemp -d)'
alias 0-day-cleanup='ssh xbmc "sudo -u debian-transmission find /srv/library/Comics -name *.part -path *0-Day\ Week\ of* -delete"'
alias httpbin='tox -c $HOME/.tox.ini.httpbin --'
deduce-aws-region () {
export AWS_DEFAULT_REGION="$(curl --silent \
......
[tox]
skipsdist = True
[testenv]
basepython = python3
deps =
httpbin
gunicorn
commands = gunicorn httpbin:app {posargs}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment