Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski committed Feb 1, 2018
1 parent 79bb6af commit e6926e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/travis-install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ git clone https://github.com/ckan/ckan
cd ckan
git checkout "ckan-2.6.1"
python setup.py develop
# Travis has an issue with older version of psycopg2 (2.4.5)
sed -i 's/psycopg2==2.4.5/psycopg2==2.7.3.2/' requirements.txt
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install coveralls
Expand Down

0 comments on commit e6926e6

Please sign in to comment.