Skip to content

Commit

Permalink
Port changes from travis-ci#49, fixes travis-ci#49
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 28, 2012
1 parent bf7787e commit 1879fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user/languages/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 id="what-this-guide-covers">What This Guide Covers</h2>

<h2 id="choosing-python-versions-to-test-against">Choosing Python versions to test against</h2>

<p>Python workers on travis-ci.org use default Ubuntu/Debian apt repositories plus <a href="">Dead Snakes PPA</a> to provide several Python versions your projects can be
<p>Python workers on travis-ci.org use default Ubuntu/Debian apt repositories plus <a href="https://launchpad.net/~fkrull/+archive/deadsnakes">Dead Snakes PPA</a> to provide several Python versions your projects can be
tested against. To specify them, use <code>python:</code> key in your <code>.travis.yml</code> file, for example:</p>

<pre><code>language: python
Expand Down
2 changes: 1 addition & 1 deletion source/content/docs/user/languages/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide covers build environment and configuration topics specific to Python

## Choosing Python versions to test against

Python workers on travis-ci.org use default Ubuntu/Debian apt repositories plus [Dead Snakes PPA]() to provide several Python versions your projects can be
Python workers on travis-ci.org use default Ubuntu/Debian apt repositories plus [Dead Snakes PPA](https://launchpad.net/~fkrull/+archive/deadsnakes) to provide several Python versions your projects can be
tested against. To specify them, use `python:` key in your `.travis.yml` file, for example:

language: python
Expand Down

0 comments on commit 1879fbd

Please sign in to comment.