Add check_case_conflict hook #21

This commit is contained in:
gkisel 2015-01-07 14:07:32 -08:00
parent b08f834d65
commit c682b50749
11 changed files with 173 additions and 20 deletions

View file

@ -8,6 +8,10 @@ env: # These should match the tox env list
- TOXENV=pypy3
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
sudo: false