Skip to content

Commit

Permalink
Add missing requirements in old CKANs
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 26, 2017
1 parent f8af48e commit 1af6d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/travis-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ then
git checkout $CKAN_VERSION
fi
python setup.py develop
pip install -r requirements.txt --allow-all-external
pip install -r dev-requirements.txt --allow-all-external
pip install -r requirements.txt
pip install -r dev-requirements.txt
cd -

echo "Creating the PostgreSQL user and database..."
Expand Down Expand Up @@ -55,6 +55,7 @@ fi
echo "Installing ckanext-validation and its requirements..."
python setup.py develop
pip install -r requirements.txt
pip install -r dev-requirements.txt
paster --plugin=ckanext-validation validation init-db -c ckan/test-core.ini

echo "Moving test.ini into a subdir..."
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyfakefs==2.7

0 comments on commit 1af6d8f

Please sign in to comment.