comparison .travis.yml @ 2582:d01a01ec9d96 beta

use whoosh latest branch to fix py25 tests
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 10 Jul 2012 23:13:28 +0200
parents 6ccf86ebfd4e
children a8835d6767a1
comparison
equal deleted inserted replaced
2581:ee980eadc4b1 2582:d01a01ec9d96
14 - mysql -e 'create database rhodecode_test;' 14 - mysql -e 'create database rhodecode_test;'
15 - psql -c 'create database rhodecode_test;' -U postgres 15 - psql -c 'create database rhodecode_test;' -U postgres
16 16
17 install: 17 install:
18 - pip install mysql-python psycopg2 mock unittest2 18 - pip install mysql-python psycopg2 mock unittest2
19 - pip install https://bitbucket.org/mchaput/whoosh/get/2.4x.zip
19 - pip install . --use-mirrors 20 - pip install . --use-mirrors
20 - pip install -r requirements.txt --use-mirrors 21 - pip install -r requirements.txt --use-mirrors
21 # command to run tests 22 # command to run tests
22 script: nosetests 23 script: nosetests
23 24