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.dms.mailcontent/.travis.yml

13 lines
253 B
YAML
Raw Normal View History

2013-01-07 13:11:43 +01:00
language: python
python:
- 2.7
install:
- mkdir -p buildout-cache/{eggs,downloads}
- python bootstrap.py -c travis.cfg -d
2013-06-01 16:58:32 +02:00
- bin/buildout -c travis.cfg -N -q -t 3
2013-01-07 13:11:43 +01:00
script:
- bin/test
notifications:
email:
- prive-ged@listes.entrouvert.com