.travis.yml 172 B

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