This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
collective.contact.widget/.travis.yml

12 lines
237 B
YAML

language: python
python:
- 2.7
install:
- mkdir -p buildout-cache/{eggs,downloads}
- python bootstrap.py -c travis.cfg -d
- bin/buildout -Nc travis.cfg
script:
- bin/test
notifications:
email:
- travis-reports@ecreall.com