.travis.yml 162 B

12345678
  1. language: python
  2. python:
  3. - 2.5
  4. - 2.6
  5. - 2.7
  6. install:
  7. - pip install --use-mirrors tox
  8. script: TOXENV=py$(echo $TRAVIS_PYTHON_VERSION | tr -d .) tox