.bumpversion.cfg
.coveragerc
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/travis2docker.rst
examples/example_1.yml
examples/example_2.yml
examples/example_3.yml
examples/example_4.yml
examples/example_5.yml
src/travis2docker/__init__.py
src/travis2docker/__main__.py
src/travis2docker/cli.py
src/travis2docker/exceptions.py
src/travis2docker/git_run.py
src/travis2docker/travis2docker.py
src/travis2docker.egg-info/PKG-INFO
src/travis2docker.egg-info/SOURCES.txt
src/travis2docker.egg-info/dependency_links.txt
src/travis2docker.egg-info/entry_points.txt
src/travis2docker.egg-info/not-zip-safe
src/travis2docker.egg-info/requires.txt
src/travis2docker.egg-info/top_level.txt
src/travis2docker/docker_helper/build.py
src/travis2docker/templates/.coveragerc
src/travis2docker/templates/10-build.sh
src/travis2docker/templates/20-run.sh
src/travis2docker/templates/Dockerfile
src/travis2docker/templates/Dockerfile_deployv
src/travis2docker/templates/build.sh
src/travis2docker/templates/entrypoint.sh
src/travis2docker/templates/entrypoint_deployv.sh
src/travis2docker/templates/rvm_env.sh
src/travis2docker/templates/.vscode/extensions.json
src/travis2docker/templates/.vscode/launch.json
src/travis2docker/templates/.vscode/settings.json
src/travis2docker/travis-ci-apt-source-whitelist/.git
src/travis2docker/travis-ci-apt-source-whitelist/.gitignore
src/travis2docker/travis-ci-apt-source-whitelist/.travis.yml
src/travis2docker/travis-ci-apt-source-whitelist/LICENSE
src/travis2docker/travis-ci-apt-source-whitelist/README.md
src/travis2docker/travis-ci-apt-source-whitelist/add_all.rb
src/travis2docker/travis-ci-apt-source-whitelist/ubuntu.json
src/travis2docker/travis-ci-apt-source-whitelist/bin/travis-add-source
tests/test_travis2docker.py