travis.yml: Add Pypy to the list of Python versions.

This commit is contained in:
Valentin Lorentz 2013-01-06 19:41:52 +01:00
parent 5c0f0fb3c2
commit 8e6aa116d3
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
language: python
python:
- "3.2"
- "2.7"
- "3.2"
- "2.6"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install pytz