mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Minor Polishes
This commit is contained in:
@@ -199,7 +199,7 @@ Ansible
|
||||
*******
|
||||
|
||||
`Ansible <http://ansible.com/>`_ is an open source system automation tool.
|
||||
The biggest advantage over Puppet or Chef is it does not require an agent on
|
||||
Its biggest advantage over Puppet or Chef is that it does not require an agent on
|
||||
the client machine. Playbooks are Ansible’s configuration, deployment, and
|
||||
orchestration language and are written in YAML with Jinja2 for templating.
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ Travis-CI
|
||||
tests for open source projects for free. It provides multiple workers to run
|
||||
Python tests on and seamlessly integrates with GitHub. You can even have it
|
||||
comment on your Pull Requests whether this particular changeset breaks the
|
||||
build or not. So if you are hosting your code on GitHub, Travis-CI is a great
|
||||
build or not. So, if you are hosting your code on GitHub, Travis-CI is a great
|
||||
and easy way to get started with Continuous Integration.
|
||||
|
||||
In order to get started, add a :file:`.travis.yml` file to your repository with
|
||||
|
||||
Reference in New Issue
Block a user