Skip to content

Commit

Permalink
[IATI/IATI-Dashboard#374] Add reference spending data and logic
Browse files Browse the repository at this point in the history
  • Loading branch information
dalepotter committed Feb 11, 2016
1 parent 2740540 commit 8ada189
Show file tree
Hide file tree
Showing 5 changed files with 498 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- "2.7"
install:
- pip install -r requirements_dev.txt
- cd helpers; ./get_codelist_mapping.sh; ./get_codelists.sh; echo '{}' > ckan.json; cd ..
- cd helpers; ./get_codelist_mapping.sh; ./get_codelists.sh; echo '{}' > ckan.json; touch registry_id_relationships.csv; cd ..
- git config --global user.name "Travis"
script: py.test --cov .
after_success: coveralls
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Getting started
./get_codelists.sh
./get_schemas.sh
wget "http://dashboard.iatistandard.org/stats/ckan.json"
wget "https://raw.githubusercontent.com/IATI/IATI-Dashboard/live/registry_id_relationships.csv"
cd ..
# Calculate some stats
Expand Down
Loading

0 comments on commit 8ada189

Please sign in to comment.