Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CKAN version for unit tests #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ python:
- "2.7"
addons:
postgresql: "9.3"
apt:
packages:
- postgresql-client-9.3
install:
- bash bin/travis-build.bash
- pip install coveralls
Expand Down
4 changes: 2 additions & 2 deletions bin/travis-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ sudo apt-get update -qq
sudo apt-get install solr-jetty libcommons-fileupload-java:amd64

echo "Installing CKAN and its Python dependencies..."
git clone https://github.com/aptivate/ckan
git clone https://github.com/ckan/ckan
cd ckan
export ckan_branch=mapaction-dev
export ckan_branch=2.7
echo "CKAN branch: $ckan_branch"
git checkout $ckan_branch
python setup.py develop
Expand Down