Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Improve tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Nov 19, 2015
1 parent 110c13b commit e70b62e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bin/travis-build.bash
Expand Up @@ -31,8 +31,13 @@ cd -
echo "Installing dependency ckanext-report and its requirements..."
pip install -e git+https://github.com/datagovuk/ckanext-report.git#egg=ckanext-report

echo "Installing ckanext-archiver and its requirements..."
echo "Installing dependency ckanext-archiver and its requirements..."
pip install -e git+https://github.com/datagovuk/ckanext-archiver.git#egg=ckanext-archiver
pip install -r ckanext-archiver/requirements.txt

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

echo "Moving test-core.ini into a subdir..."
Expand Down

0 comments on commit e70b62e

Please sign in to comment.