collective.solr/.travis.yml

10 lines
191 B
YAML

language: python
python:
- "2.6"
- "2.7"
install:
- mkdir -p buildout-cache/downloads
- python bootstrap.py -c travis.cfg
- bin/buildout -N -t 20 -c travis.cfg
script: bin/alltests