From 4e537d4a5eb7475fd190af563fb99af33fd6bbfd Mon Sep 17 00:00:00 2001 From: tobes Date: Fri, 15 Mar 2013 12:32:31 +0000 Subject: [PATCH] [#517] Actually import the requirements --- bin/travis-build | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bin/travis-build b/bin/travis-build index ee3f8b78b9d..fe1f21ddc17 100755 --- a/bin/travis-build +++ b/bin/travis-build @@ -20,8 +20,8 @@ sudo sed -i -e 's/ident/trust/g' /etc/postgresql/$PGVERSION/main/pg_hba.conf sudo service postgresql reload -#pip install -r pip-requirements.txt --use-mirrors -#pip install -r pip-requirements-test.txt --use-mirrors +pip install -r pip-requirements.txt --use-mirrors +pip install -r pip-requirements-test.txt --use-mirrors psql -c 'CREATE DATABASE ckan_test;' -U postgres psql -c 'CREATE DATABASE datastore;' -U postgres @@ -53,8 +53,5 @@ then paster datastore set-permissions postgres -c test-core.ini fi -cp test-core.ini development.ini - - # And finally, run the tests nosetests --ckan --with-pylons=test-core.ini --nologcapture ckan ckanext