pre-commit-hooks/.travis.yml
2014-04-13 22:09:26 -07:00

8 lines
183 B
YAML

language: python
env: # These should match the tox env list
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=pypy
install: pip install tox --use-mirrors
script: tox