Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
6d69bd54
Commit
6d69bd54
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- 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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.bashrc
+1
-0
1 addition, 0 deletions
.bashrc
.tox.ini.httpbin
+9
-0
9 additions, 0 deletions
.tox.ini.httpbin
with
10 additions
and
0 deletions
.bashrc
+
1
−
0
View file @
6d69bd54
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
.tox.ini.httpbin
0 → 100644
+
9
−
0
View file @
6d69bd54
[tox]
skipsdist = True
[testenv]
basepython = python3
deps =
httpbin
gunicorn
commands = gunicorn httpbin:app {posargs}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment