Commit 2a43c88121370a466928322d338d66f2a3c1e05b

Authored by Sergio Oliveira
1 parent 1ba623cd

No need for postgres nor solr

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
@@ -12,11 +12,6 @@ env: @@ -12,11 +12,6 @@ env:
12 install: 12 install:
13 - pip install coveralls flake8 13 - pip install coveralls flake8
14 - pip install . 14 - pip install .
15 - - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres  
16 -  
17 -before_script:  
18 - - colab-admin build_solr_schema > /tmp/schema.xml  
19 - - cat ci/install_solr.sh | SOLR_VERSION=4.10.3 SOLR_CONFS="/tmp/schema.xml" bash  
20 15
21 script: 16 script:
22 - python setup.py test 17 - python setup.py test