.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.md
cirrus.conf
conda-installer.sh
installer.sh
requirements.txt
robot-installer.sh
setup.cfg
setup.py
tox.ini
builders/centos/Dockerfile
builders/centos/README.md
builders/centos/bashrc
builders/centos/entrypoint
builders/centos/gitconfig
builders/centos/pypirc
builders/centos/pip/pip.conf
builders/centos/ssh/config
containers/README.md
containers/run_tests.sh
containers/update_build.sh
containers/anaconda3-4.4.0/Dockerfile
containers/anaconda3-4.4.0/clone_test.sh
containers/anaconda3-4.4.0/entrypoint.sh
containers/anaconda3-4.4.0/install_python.sh
containers/anaconda3-4.4.0/scratch_test.sh
containers/anaconda3-5.1.0/Dockerfile
containers/anaconda3-5.1.0/clone_test.sh
containers/anaconda3-5.1.0/entrypoint.sh
containers/anaconda3-5.1.0/install_python.sh
containers/anaconda3-5.1.0/scratch_test.sh
containers/ca-anaconda3/Dockerfile
containers/ca-anaconda3/clone_test.sh
containers/ca-anaconda3/entrypoint.sh
containers/ca-anaconda3/install_python.sh
containers/ca-anaconda3/scratch_test.sh
containers/py2.7/Dockerfile
containers/py2.7/clone_test.sh
containers/py2.7/entrypoint.sh
containers/py2.7/install_python.sh
containers/py2.7/scratch_test.sh
containers/py3.5/Dockerfile
containers/py3.5/clone_test.sh
containers/py3.5/entrypoint.sh
containers/py3.5/install_python.sh
containers/py3.5/scratch_test.sh
containers/py3.6/Dockerfile
containers/py3.6/clone_test.sh
containers/py3.6/entrypoint.sh
containers/py3.6/install_python.sh
containers/py3.6/scratch_test.sh
etc/pylintrc
src/cirrus/_2to3.py
src/cirrus/__init__.py
src/cirrus/build.py
src/cirrus/builder_plugin.py
src/cirrus/chef_tools.py
src/cirrus/cirrus_setup.py
src/cirrus/conda_utils.py
src/cirrus/configuration.py
src/cirrus/creds_plugin.py
src/cirrus/delegate.py
src/cirrus/deploy.py
src/cirrus/deploy_plugins.py
src/cirrus/docker.py
src/cirrus/docs.py
src/cirrus/documentation_utils.py
src/cirrus/editor_plugin.py
src/cirrus/environment.py
src/cirrus/fabric_helpers.py
src/cirrus/feature.py
src/cirrus/git_tools.py
src/cirrus/gitconfig.py
src/cirrus/github_tools.py
src/cirrus/hello.py
src/cirrus/invoke_helpers.py
src/cirrus/linter_plugin.py
src/cirrus/logger.py
src/cirrus/package.py
src/cirrus/package_container.py
src/cirrus/plusone.py
src/cirrus/prestage.py
src/cirrus/publish_plugins.py
src/cirrus/pylint_tools.py
src/cirrus/pypirc.py
src/cirrus/quality_control.py
src/cirrus/release.py
src/cirrus/release_status.py
src/cirrus/release_utils.py
src/cirrus/req_utils.py
src/cirrus/review.py
src/cirrus/scp.py
src/cirrus/selfupdate.py
src/cirrus/test.py
src/cirrus/twine_helpers.py
src/cirrus/upload_plugins.py
src/cirrus/utils.py
src/cirrus/plugins/__init__.py
src/cirrus/plugins/jenkins.py
src/cirrus/plugins/builders/__init__.py
src/cirrus/plugins/builders/conda.py
src/cirrus/plugins/builders/conda_env.py
src/cirrus/plugins/builders/conda_pip.py
src/cirrus/plugins/builders/venv_pip.py
src/cirrus/plugins/creds/__init__.py
src/cirrus/plugins/creds/default.py
src/cirrus/plugins/creds/keyring.py
src/cirrus/plugins/deployers/__init__.py
src/cirrus/plugins/deployers/chef.md
src/cirrus/plugins/deployers/chef.py
src/cirrus/plugins/editors/__init__.py
src/cirrus/plugins/editors/sublime.py
src/cirrus/plugins/linters/__init__.py
src/cirrus/plugins/linters/coverage_linter.py
src/cirrus/plugins/linters/pep8_linter.py
src/cirrus/plugins/linters/pyflakes_linter.py
src/cirrus/plugins/linters/pylint_linter.py
src/cirrus/plugins/publishers/__init__.py
src/cirrus/plugins/publishers/doc_file_server.py
src/cirrus/plugins/publishers/jenkins.py
src/cirrus/plugins/uploaders/__init__.py
src/cirrus/plugins/uploaders/fabric_put.py
src/cirrus/plugins/uploaders/pypi.py
src/cirrus/templates/Dockerfile.mustache
src/cirrus/templates/__init__.py
src/cirrus/templates/__init__.pyc
src/cirrus/templates/install_script.sh.mustache
src/cirrus/templates/post_script.sh.mustache
src/cirrus/templates/pre_script.sh.mustache
src/cirrus/templates/sample_test.py.mustache
src/cirrus/templates/setup.py.mustache
src/cirrus/templates/sublime-project.mustache
src/cirrus/templates/__pycache__/__init__.cpython-35.pyc
src/cirrus/templates/__pycache__/__init__.cpython-36.pyc
src/cirrus/templates/__pycache__/__init__.cpython-37.pyc
src/cirrus_cli.egg-info/PKG-INFO
src/cirrus_cli.egg-info/SOURCES.txt
src/cirrus_cli.egg-info/dependency_links.txt
src/cirrus_cli.egg-info/entry_points.txt
src/cirrus_cli.egg-info/requires.txt
src/cirrus_cli.egg-info/top_level.txt
tests/__init__.py
tests/unit/__init__.py
tests/unit/cirrus/__init__.py
tests/unit/cirrus/build_tests.py
tests/unit/cirrus/builder_plugin_tests.py
tests/unit/cirrus/configuration_test.py
tests/unit/cirrus/creds_plugin_tests.py
tests/unit/cirrus/default_creds_tests.py
tests/unit/cirrus/distribution.py
tests/unit/cirrus/docker_test.py
tests/unit/cirrus/documentation_utils_test.py
tests/unit/cirrus/environment_test.py
tests/unit/cirrus/feature_test.py
tests/unit/cirrus/git_tools_test.py
tests/unit/cirrus/gitconfig_tests.py
tests/unit/cirrus/github_tools_test.py
tests/unit/cirrus/harnesses.py
tests/unit/cirrus/invoke_helper_tests.py
tests/unit/cirrus/keyring_creds_tests.py
tests/unit/cirrus/package_container_tests.py
tests/unit/cirrus/package_tests.py
tests/unit/cirrus/plusone_tests.py
tests/unit/cirrus/publisher_plugins_tests.py
tests/unit/cirrus/pylint_tools_test.py
tests/unit/cirrus/pypirc_tests.py
tests/unit/cirrus/quality_control_test.py
tests/unit/cirrus/release_status_tests.py
tests/unit/cirrus/release_test.py
tests/unit/cirrus/req_utils_tests.py
tests/unit/cirrus/scp_tests.py
tests/unit/cirrus/selfupdate_tests.py
tests/unit/cirrus/test_test.py
tests/unit/cirrus/plugins/__init__.py
tests/unit/cirrus/plugins/builders/__init__.py
tests/unit/cirrus/plugins/builders/conda_env_tests.py
tests/unit/cirrus/plugins/builders/conda_pip_test.py
tests/unit/cirrus/plugins/builders/conda_tests.py
tests/unit/cirrus/plugins/builders/pip_virtualenv_test.py