Improve .travis.yml.

This commit is contained in:
Valentin Lorentz 2013-04-27 17:41:00 +02:00
parent 65201fecc0
commit 71c847d896

View File

@ -1,12 +1,13 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "2.6"
- "3.3"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install pytz
- pip install pytz --use-mirrors
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION