kombu/.travis.yml

9 lines
166 B
YAML
Raw Normal View History

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