pre-commit/.travis.yml
2014-04-12 15:56:18 -07:00

12 lines
328 B
YAML

language: python
env: # These should match the tox env list
- TOXENV=py26
- TOXENV=py27
install: pip install tox --use-mirrors
script: tox
# Special snowflake. Our tests depend on making real commits.
before_install:
- git config --global user.name "Travis CI"
- git config --global user.email "user@example.com"