pre-commit/.travis.yml
Anthony Sottile d6a36f1331 Add coveralls
2014-06-05 10:02:00 -07:00

15 lines
421 B
YAML

language: python
env: # These should match the tox env list
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
install: pip install coveralls 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"
after_success:
- coveralls