.travis.yml 87 B

12345
  1. language: python
  2. python:
  3. - 2.7
  4. install: pip install -q --use-mirrors tox
  5. script: tox