2012-02-27 17:28:11 +00:00
|
|
|
language: python
|
|
|
|
python:
|
2012-03-20 14:54:20 +00:00
|
|
|
- 2.5
|
2012-02-27 17:28:11 +00:00
|
|
|
- 2.6
|
|
|
|
- 2.7
|
2012-03-20 14:54:20 +00:00
|
|
|
install: pip install --use-mirrors tox
|
|
|
|
script: TOXENV=py$(echo $TRAVIS_PYTHON_VERSION | tr -d .) tox
|