Skip to content

Commit

Permalink
Merge pull request travis-ci#130 from jezdez/python-doc-fix
Browse files Browse the repository at this point in the history
Mention that a few packages are pre-installed in the Python environment.
  • Loading branch information
Michael Klishin committed Aug 17, 2012
2 parents 9de1f69 + 99b4cdf commit 114ed6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/user/languages/python.md
Expand Up @@ -102,6 +102,15 @@ which is very similar to what [Heroku build pack for Python](https://github.com/

We highly recommend using `--use-mirrors` if you override dependency installation command to reduce the load on PyPI and possibility of installation failures.

### Pre-installed packages

Travis pre-installs a few packages in each virtualenv by default to
ease running tests:

- pytest
- nose
- mock

### Testing Against Multiple Versions of Dependencies (e.g. Django or Flask)

If you need to test against multiple versions of, say, Django, you can instruct Travis to do multiple runs with different sets or values of environment variables. Use *env* key in your .travis.yml file, for example:
Expand Down

0 comments on commit 114ed6e

Please sign in to comment.