Skip to content

Commit

Permalink
Merge pull request #178 from datasciencebr/cuducos-update-twitter-acc…
Browse files Browse the repository at this point in the history
…ounts-dataset

Update dataset with congresspeople social media account
  • Loading branch information
anaschwendler committed Feb 6, 2018
2 parents 7e44982 + 11159fa commit d602844
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -24,8 +24,8 @@ jobs:

install:
- rm -rf .coverage
- python setup.py develop
- pip install coveralls pytest pytest-cov
- python -m pip install -e .
- python -m pip install coveralls pytest pytest-cov

after_success:
- coveralls
2 changes: 1 addition & 1 deletion serenata_toolbox/datasets/downloader.py
Expand Up @@ -39,13 +39,13 @@ class Downloader:
'2017-05-29-presences.xz',
'2017-05-29-sessions.xz',
'2017-05-29-speeches.xz',
'2017-06-11-congresspeople-social-accounts.xz',
'2017-06-17-official-missions.xz',
'2017-07-04-reimbursements.xz',
'2017-07-20-tse-candidates.xz',
'2017-11-30-donations-candidates.xz',
'2017-11-30-donations-committees.xz',
'2017-11-30-donations-parties.xz',
'2018-02-05-congresspeople-social-accounts.xz',
)

def __init__(self, target, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,5 +35,5 @@
'serenata_toolbox.datasets'
],
url=REPO_URL,
version='12.4.3'
version='12.4.4'
)

0 comments on commit d602844

Please sign in to comment.