.travis.yml 152 B

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