Changeset - d01a01ec9d96
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-07-10 23:13:28
marcin@python-works.com
use whoosh latest branch to fix py25 tests
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -13,12 +13,13 @@ env:
 
before_script:
 
  - mysql -e 'create database rhodecode_test;'
 
  - psql -c 'create database rhodecode_test;' -U postgres
 

	
 
install:
 
  - pip install mysql-python psycopg2 mock unittest2
 
  - pip install https://bitbucket.org/mchaput/whoosh/get/2.4x.zip
 
  - pip install . --use-mirrors
 
  - pip install -r requirements.txt --use-mirrors
 
# command to run tests
 
script: nosetests
 

	
 
notifications:
0 comments (0 inline, 0 general)