| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2a8bd35 commit 6210528
256 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1 @@ | |||
| 1 | + platform/v8_inspector/build/rjsmin.pyc | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,2 @@ | |||
| 1 | + # v8_inspector | ||
| 2 | + # v8_inspector | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,10 @@ | |||
| 1 | + *.so | ||
| 2 | + docs/_build | ||
| 3 | + *.pyc | ||
| 4 | + *.pyo | ||
| 5 | + *.egg-info | ||
| 6 | + *.egg | ||
| 7 | + build | ||
| 8 | + dist | ||
| 9 | + .DS_Store | ||
| 10 | + .tox | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,24 @@ | |||
| 1 | + language: python | ||
| 2 | + python: | ||
| 3 | + - "2.6" | ||
| 4 | + - "2.7" | ||
| 5 | + - "3.3" | ||
| 6 | + - "3.4" | ||
| 7 | + - "3.5" | ||
| 8 | + - "pypy" | ||
| 9 | + | ||
| 10 | + install: | ||
| 11 | + - pip install tox | ||
| 12 | + script: | ||
| 13 | + - tox -e \ | ||
| 14 | + $(echo $TRAVIS_PYTHON_VERSION | sed 's/^\([0-9]\)\.\([0-9]\).*/py\1\2/') | ||
| 15 | + | ||
| 16 | + notifications: | ||
| 17 | + email: false | ||
| 18 | + irc: | ||
| 19 | + channels: | ||
| 20 | + - "chat.freenode.net#pocoo" | ||
| 21 | + on_success: change | ||
| 22 | + on_failure: always | ||
| 23 | + use_notice: true | ||
| 24 | + skip_join: true | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,33 @@ | |||
| 1 | + Jinja is written and maintained by the Jinja Team and various | ||
| 2 | + contributors: | ||
| 3 | + | ||
| 4 | + Lead Developer: | ||
| 5 | + | ||
| 6 | + - Armin Ronacher <armin.ronacher@active-4.com> | ||
| 7 | + | ||
| 8 | + Developers: | ||
| 9 | + | ||
| 10 | + - Christoph Hack | ||
| 11 | + - Georg Brandl | ||
| 12 | + | ||
| 13 | + Contributors: | ||
| 14 | + | ||
| 15 | + - Bryan McLemore | ||
| 16 | + - Mickaël Guérin <kael@crocobox.org> | ||
| 17 | + - Cameron Knight | ||
| 18 | + - Lawrence Journal-World. | ||
| 19 | + - David Cramer | ||
| 20 | + | ||
| 21 | + Patches and suggestions: | ||
| 22 | + | ||
| 23 | + - Ronny Pfannschmidt | ||
| 24 | + - Axel Böhm | ||
| 25 | + - Alexey Melchakov | ||
| 26 | + - Bryan McLemore | ||
| 27 | + - Clovis Fabricio (nosklo) | ||
| 28 | + - Cameron Knight | ||
| 29 | + - Peter van Dijk (Habbie) | ||
| 30 | + - Stefan Ebner | ||
| 31 | + - Rene Leonhardt | ||
| 32 | + - Thomas Waldmann | ||
| 33 | + - Cory Benfield (Lukasa) | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments