Skip to content

Commit

Permalink
[#517] Actually import the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Mar 15, 2013
1 parent 0863316 commit 4e537d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bin/travis-build
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 4e537d4

Please sign in to comment.