TRAVIS_PYTHON_VERSION=3.7 TOXENV=py37 TRAVIS_OS_NAME=linux <<<<<< ENV .gitignore .gitsomeconfig .gitsomeconfigurl .travis.yml CHANGELOG.md CHANGELOG.rst CHECKLIST.md COMMANDS.md CONTRIBUTING.md Dockerfile LICENSE.txt PRIVACY.md README.md TOS.md appveyor.yml codecov.yml gitsome/__init__.py gitsome/compat.py gitsome/completer.py gitsome/completions.py gitsome/completions_git.py gitsome/config.py gitsome/formatter.py gitsome/github.py gitsome/githubcli.py gitsome/lib/__init__.py gitsome/lib/debug_timer.py gitsome/lib/github3/__about__.py gitsome/lib/github3/__init__.py gitsome/lib/github3/api.py gitsome/lib/github3/auths.py gitsome/lib/github3/decorators.py gitsome/lib/github3/events.py gitsome/lib/github3/exceptions.py gitsome/lib/github3/gists/__init__.py gitsome/lib/github3/gists/comment.py gitsome/lib/github3/gists/file.py gitsome/lib/github3/gists/gist.py gitsome/lib/github3/gists/history.py gitsome/lib/github3/git.py gitsome/lib/github3/github.py gitsome/lib/github3/issues/__init__.py gitsome/lib/github3/issues/comment.py gitsome/lib/github3/issues/event.py gitsome/lib/github3/issues/issue.py gitsome/lib/github3/issues/label.py gitsome/lib/github3/issues/milestone.py gitsome/lib/github3/licenses.py gitsome/lib/github3/models.py gitsome/lib/github3/notifications.py gitsome/lib/github3/null.py gitsome/lib/github3/orgs.py gitsome/lib/github3/pulls.py gitsome/lib/github3/repos/__init__.py gitsome/lib/github3/repos/branch.py gitsome/lib/github3/repos/comment.py gitsome/lib/github3/repos/commit.py gitsome/lib/github3/repos/comparison.py gitsome/lib/github3/repos/contents.py gitsome/lib/github3/repos/deployment.py gitsome/lib/github3/repos/hook.py gitsome/lib/github3/repos/issue_import.py gitsome/lib/github3/repos/pages.py gitsome/lib/github3/repos/release.py gitsome/lib/github3/repos/repo.py gitsome/lib/github3/repos/stats.py gitsome/lib/github3/repos/status.py gitsome/lib/github3/repos/tag.py gitsome/lib/github3/search/__init__.py gitsome/lib/github3/search/code.py gitsome/lib/github3/search/issue.py gitsome/lib/github3/search/repository.py gitsome/lib/github3/search/user.py gitsome/lib/github3/session.py gitsome/lib/github3/structs.py gitsome/lib/github3/users.py gitsome/lib/github3/utils.py gitsome/lib/html2text/__init__.py gitsome/lib/html2text/html2text.py gitsome/lib/img2txt/__init__.py gitsome/lib/img2txt/img2txt.py gitsome/lib/pretty_date_time.py gitsome/main.py gitsome/main_cli.py gitsome/rss_feed.py gitsome/table.py gitsome/utils.py gitsome/view_entry.py gitsome/web_viewer.py images/logo.png requirements-dev.txt scripts/aws_complete.sh scripts/create_changelog.sh scripts/create_readme_rst.sh scripts/gh_complete.sh scripts/gitsome scripts/gitsome.bat scripts/run_code_checks.sh scripts/set_changelog_as_readme.sh scripts/set_changelog_as_readme_undo.sh scripts/update_docs.sh scripts/upload_pypi.sh scripts/xonsh scripts/xonsh.bat setup.py tests/__init__.py tests/compat.py tests/data/__init__.py tests/data/email.py tests/data/emoji.py tests/data/events.py tests/data/gitignores.py tests/data/issue.py tests/data/license.py tests/data/markdown.py tests/data/thread.py tests/data/trends.p tests/data/trends.py tests/data/user.py tests/data/user_feed.p tests/data/user_feed.py tests/data/user_public_feed.p tests/mock_feed_parser.py tests/mock_github_api.py tests/mock_pretty_date_time.py tests/run_tests.py tests/test_completer.py tests/test_config.py tests/test_github.py tests/test_github_cli.py tests/test_web_viewer.py tox.ini xonsh/__init__.py xonsh/__main__.py xonsh/aliases.py xonsh/ansi_colors.py xonsh/ast.py xonsh/base_shell.py xonsh/built_ins.py xonsh/codecache.py xonsh/color_tools.py xonsh/commands_cache.py xonsh/completer.py xonsh/completers/__init__.py xonsh/completers/_aliases.py xonsh/completers/base.py xonsh/completers/bash.py xonsh/completers/bash_completion.py xonsh/completers/commands.py xonsh/completers/completer.py xonsh/completers/dirs.py xonsh/completers/init.py xonsh/completers/man.py xonsh/completers/path.py xonsh/completers/pip.py xonsh/completers/python.py xonsh/completers/tools.py xonsh/completers/xompletions.py xonsh/contexts.py xonsh/data/data.txt xonsh/diff_history.py xonsh/dirstack.py xonsh/dumb_shell.py xonsh/environ.py xonsh/events.py xonsh/execer.py xonsh/foreign_shells.py xonsh/fs.py xonsh/history/__init__.py xonsh/history/base.py xonsh/history/dummy.py xonsh/history/json.py xonsh/history/main.py xonsh/history/sqlite.py xonsh/imphooks.py xonsh/inspectors.py xonsh/jobs.py xonsh/jsonutils.py xonsh/jupyter_kernel.py xonsh/jupyter_shell.py xonsh/lazyasd.py xonsh/lazyimps.py xonsh/lazyjson.py xonsh/lexer.py xonsh/macutils.py xonsh/main.py xonsh/openpy.py xonsh/parser.py xonsh/parsers/__init__.py xonsh/parsers/base.py xonsh/parsers/context_check.py xonsh/parsers/v34.py xonsh/parsers/v35.py xonsh/parsers/v36.py xonsh/platform.py xonsh/ply/.gitignore xonsh/ply/.travis.yml xonsh/ply/CHANGES xonsh/ply/CONTRIBUTING.md xonsh/ply/Makefile xonsh/ply/README.md xonsh/ply/__init__.py xonsh/ply/doc/internal.html xonsh/ply/doc/makedoc.py xonsh/ply/doc/ply.html xonsh/ply/example/BASIC/README xonsh/ply/example/BASIC/basic.py xonsh/ply/example/BASIC/basiclex.py xonsh/ply/example/BASIC/basiclog.py xonsh/ply/example/BASIC/basinterp.py xonsh/ply/example/BASIC/basparse.py xonsh/ply/example/BASIC/dim.bas xonsh/ply/example/BASIC/func.bas xonsh/ply/example/BASIC/gcd.bas xonsh/ply/example/BASIC/gosub.bas xonsh/ply/example/BASIC/hello.bas xonsh/ply/example/BASIC/linear.bas xonsh/ply/example/BASIC/maxsin.bas xonsh/ply/example/BASIC/powers.bas xonsh/ply/example/BASIC/rand.bas xonsh/ply/example/BASIC/sales.bas xonsh/ply/example/BASIC/sears.bas xonsh/ply/example/BASIC/sqrt1.bas xonsh/ply/example/BASIC/sqrt2.bas xonsh/ply/example/GardenSnake/GardenSnake.py xonsh/ply/example/GardenSnake/README xonsh/ply/example/README xonsh/ply/example/ansic/README xonsh/ply/example/ansic/clex.py xonsh/ply/example/ansic/cparse.py xonsh/ply/example/calc/calc.py xonsh/ply/example/calcdebug/calc.py xonsh/ply/example/calceof/calc.py xonsh/ply/example/classcalc/calc.py xonsh/ply/example/cleanup.sh xonsh/ply/example/closurecalc/calc.py xonsh/ply/example/hedit/hedit.py xonsh/ply/example/newclasscalc/calc.py xonsh/ply/example/optcalc/README xonsh/ply/example/optcalc/calc.py xonsh/ply/example/unicalc/calc.py xonsh/ply/example/yply/README xonsh/ply/example/yply/ylex.py xonsh/ply/example/yply/yparse.py xonsh/ply/example/yply/yply.py xonsh/ply/ply/__init__.py xonsh/ply/ply/cpp.py xonsh/ply/ply/ctokens.py xonsh/ply/ply/lex.py xonsh/ply/ply/yacc.py xonsh/ply/ply/ygen.py xonsh/ply/setup.md xonsh/ply/test/README xonsh/ply/test/calclex.py xonsh/ply/test/cleanup.sh xonsh/ply/test/lex_closure.py xonsh/ply/test/lex_doc1.py xonsh/ply/test/lex_dup1.py xonsh/ply/test/lex_dup2.py xonsh/ply/test/lex_dup3.py xonsh/ply/test/lex_empty.py xonsh/ply/test/lex_error1.py xonsh/ply/test/lex_error2.py xonsh/ply/test/lex_error3.py xonsh/ply/test/lex_error4.py xonsh/ply/test/lex_hedit.py xonsh/ply/test/lex_ignore.py xonsh/ply/test/lex_ignore2.py xonsh/ply/test/lex_literal1.py xonsh/ply/test/lex_literal2.py xonsh/ply/test/lex_literal3.py xonsh/ply/test/lex_many_tokens.py xonsh/ply/test/lex_module.py xonsh/ply/test/lex_module_import.py xonsh/ply/test/lex_object.py xonsh/ply/test/lex_opt_alias.py xonsh/ply/test/lex_optimize.py xonsh/ply/test/lex_optimize2.py xonsh/ply/test/lex_optimize3.py xonsh/ply/test/lex_optimize4.py xonsh/ply/test/lex_re1.py xonsh/ply/test/lex_re2.py xonsh/ply/test/lex_re3.py xonsh/ply/test/lex_rule1.py xonsh/ply/test/lex_rule2.py xonsh/ply/test/lex_rule3.py xonsh/ply/test/lex_state1.py xonsh/ply/test/lex_state2.py xonsh/ply/test/lex_state3.py xonsh/ply/test/lex_state4.py xonsh/ply/test/lex_state5.py xonsh/ply/test/lex_state_noerror.py xonsh/ply/test/lex_state_norule.py xonsh/ply/test/lex_state_try.py xonsh/ply/test/lex_token1.py xonsh/ply/test/lex_token2.py xonsh/ply/test/lex_token3.py xonsh/ply/test/lex_token4.py xonsh/ply/test/lex_token5.py xonsh/ply/test/lex_token_dup.py xonsh/ply/test/pkg_test1/__init__.py xonsh/ply/test/pkg_test1/parsing/__init__.py xonsh/ply/test/pkg_test1/parsing/calclex.py xonsh/ply/test/pkg_test1/parsing/calcparse.py xonsh/ply/test/pkg_test2/__init__.py xonsh/ply/test/pkg_test2/parsing/__init__.py xonsh/ply/test/pkg_test2/parsing/calclex.py xonsh/ply/test/pkg_test2/parsing/calcparse.py xonsh/ply/test/pkg_test3/__init__.py xonsh/ply/test/pkg_test3/generated/__init__.py xonsh/ply/test/pkg_test3/parsing/__init__.py xonsh/ply/test/pkg_test3/parsing/calclex.py xonsh/ply/test/pkg_test3/parsing/calcparse.py xonsh/ply/test/pkg_test4/__init__.py xonsh/ply/test/pkg_test4/parsing/__init__.py xonsh/ply/test/pkg_test4/parsing/calclex.py xonsh/ply/test/pkg_test4/parsing/calcparse.py xonsh/ply/test/pkg_test5/__init__.py xonsh/ply/test/pkg_test5/parsing/__init__.py xonsh/ply/test/pkg_test5/parsing/calclex.py xonsh/ply/test/pkg_test5/parsing/calcparse.py xonsh/ply/test/pkg_test6/__init__.py xonsh/ply/test/pkg_test6/parsing/__init__.py xonsh/ply/test/pkg_test6/parsing/calclex.py xonsh/ply/test/pkg_test6/parsing/calcparse.py xonsh/ply/test/pkg_test6/parsing/expression.py xonsh/ply/test/pkg_test6/parsing/statement.py xonsh/ply/test/test_cpp_nonascii.c xonsh/ply/test/testcpp.py xonsh/ply/test/testlex.py xonsh/ply/test/testyacc.py xonsh/ply/test/yacc_badargs.py xonsh/ply/test/yacc_badid.py xonsh/ply/test/yacc_badprec.py xonsh/ply/test/yacc_badprec2.py xonsh/ply/test/yacc_badprec3.py xonsh/ply/test/yacc_badrule.py xonsh/ply/test/yacc_badtok.py xonsh/ply/test/yacc_dup.py xonsh/ply/test/yacc_error1.py xonsh/ply/test/yacc_error2.py xonsh/ply/test/yacc_error3.py xonsh/ply/test/yacc_error4.py xonsh/ply/test/yacc_error5.py xonsh/ply/test/yacc_error6.py xonsh/ply/test/yacc_error7.py xonsh/ply/test/yacc_inf.py xonsh/ply/test/yacc_literal.py xonsh/ply/test/yacc_misplaced.py xonsh/ply/test/yacc_missing1.py xonsh/ply/test/yacc_nested.py xonsh/ply/test/yacc_nodoc.py xonsh/ply/test/yacc_noerror.py xonsh/ply/test/yacc_nop.py xonsh/ply/test/yacc_notfunc.py xonsh/ply/test/yacc_notok.py xonsh/ply/test/yacc_prec1.py xonsh/ply/test/yacc_rr.py xonsh/ply/test/yacc_rr_unused.py xonsh/ply/test/yacc_simple.py xonsh/ply/test/yacc_sr.py xonsh/ply/test/yacc_term1.py xonsh/ply/test/yacc_unicode_literals.py xonsh/ply/test/yacc_unused.py xonsh/ply/test/yacc_unused_rule.py xonsh/ply/test/yacc_uprec.py xonsh/ply/test/yacc_uprec2.py xonsh/pretty.py xonsh/proc.py xonsh/prompt/__init__.py xonsh/prompt/base.py xonsh/prompt/cwd.py xonsh/prompt/env.py xonsh/prompt/gitstatus.py xonsh/prompt/job.py xonsh/prompt/vc.py xonsh/ptk/__init__.py xonsh/ptk/completer.py xonsh/ptk/history.py xonsh/ptk/key_bindings.py xonsh/ptk/shell.py xonsh/ptk/shortcuts.py xonsh/ptk2/__init__.py xonsh/ptk2/completer.py xonsh/ptk2/history.py xonsh/ptk2/key_bindings.py xonsh/ptk2/shell.py xonsh/pyghooks.py xonsh/pygments_cache.py xonsh/pytest_plugin.py xonsh/readline_shell.py xonsh/replay.py xonsh/shell.py xonsh/style_tools.py xonsh/timings.py xonsh/tokenize.py xonsh/tools.py xonsh/tracer.py xonsh/winutils.py xonsh/wizard.py xonsh/xonfig.py xonsh/xonshrc xonsh/xontribs.json xonsh/xontribs.py xonsh/xoreutils/__init__.py xonsh/xoreutils/_which.py xonsh/xoreutils/cat.py xonsh/xoreutils/echo.py xonsh/xoreutils/pwd.py xonsh/xoreutils/tee.py xonsh/xoreutils/tty.py xonsh/xoreutils/uptime.py xonsh/xoreutils/util.py xonsh/xoreutils/which.py xonsh/xoreutils/yes.py <<<<<< network # path=/home/travis/build/donnemartin/gitsome/coverage.xml /home/travis/build/donnemartin/gitsome <<<<<< EOF