collective.solr/.travis.yml

10 lines
191 B
YAML
Raw Permalink Normal View History

language: python
python:
- "2.6"
- "2.7"
install:
2013-07-03 21:41:28 +02:00
- mkdir -p buildout-cache/downloads
- python bootstrap.py -c travis.cfg
- bin/buildout -N -t 20 -c travis.cfg
2013-07-04 05:49:50 +02:00
script: bin/alltests