Skip to content

Commit

Permalink
Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Nov 20, 2015
1 parent fe5ddaa commit 3bb435b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/travis-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ pip install -e git+https://github.com/datagovuk/ckanext-report.git#egg=ckanext-r

echo "Installing dependency ckanext-archiver and its requirements..."
git clone https://github.com/datagovuk/ckanext-archiver.git
cd ckanext-archiver
git checkout archiver-2.0
pip install -e ckanext-archiver
pip install -r ckanext-archiver/requirements.txt
pip install -e .
pip install -r requirements.txt
cd -

echo "Installing ckanext-qa and its requirements..."
python setup.py develop
Expand Down

0 comments on commit 3bb435b

Please sign in to comment.