Skip to content

Commit

Permalink
fix pip
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Dec 23, 2019
1 parent 1fa3ab9 commit 56c18ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/travis-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ sudo apt-get install solr-jetty libcommons-fileupload-java libpq-dev postgresql

echo "Extra pips ..."
pip install setuptools -U
pip install wheel
pip install Pylons

echo "-----------------------------------------------------------------"
Expand All @@ -30,16 +29,19 @@ then
git clone https://github.com/ckan/ckan.git
cd ckan
git checkout release-v2.3
pip install wheel
elif [ $CKANVERSION == 'inventory' ]
then
git clone https://github.com/GSA/ckan.git
cd ckan
git checkout inventory
pip install wheel
elif [ $CKANVERSION == 'datagov' ]
then
git clone https://github.com/GSA/ckan.git
cd ckan
git checkout datagov
pip install wheel
fi

echo "Setup CKAN"
Expand Down

0 comments on commit 56c18ac

Please sign in to comment.