Skip to content

Commit

Permalink
Merge branch 'extension-test-branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 5, 2015
2 parents 9d55aa6 + 7c67423 commit 9c59b4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ckan/pastertemplates/template/bin/travis-build.bash_tmpl
Expand Up @@ -10,7 +10,9 @@ sudo apt-get install postgresql-$PGVERSION solr-jetty libcommons-fileupload-java
echo "Installing CKAN and its Python dependencies..."
git clone https://github.com/ckan/ckan
cd ckan
git checkout release-v2.2
export latest_ckan_release_branch=`git branch --all | grep remotes/origin/release-v | sort -r | sed 's/remotes\/origin\///g' | head -n 1`
echo "CKAN branch: $latest_ckan_release_branch"
git checkout $latest_ckan_release_branch
python setup.py develop
pip install -r requirements.txt --allow-all-external
pip install -r dev-requirements.txt --allow-all-external
Expand All @@ -25,7 +27,7 @@ cd ckan
paster db init -c test-core.ini
cd -

echo "Installing ckanext-{{ project }} and its requirements..."
echo "Installing {{ project }} and its requirements..."
python setup.py develop
pip install -r dev-requirements.txt

Expand Down

0 comments on commit 9c59b4d

Please sign in to comment.