Skip to content

Commit

Permalink
Updated adsputils to v1.2.7 + travis/config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marblestation committed May 22, 2020
1 parent 3b3ebb4 commit 9db7ac9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ python:

services:
- redis-server
- postgresql

addons:
postgresql: "9.6"

install:
- pip install --upgrade setuptools
- "pip install -r requirements.txt"
- "pip install -r dev-requirements.txt"
- pip install -r requirements.txt
- pip install -r dev-requirements.txt

script:
- "py.test"
Expand Down
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
CELERY_DEFAULT_EXCHANGE = 'ads-data'
CELERY_DEFAULT_EXCHANGE_TYPE = "topic"

CELERY_INCLUDE = ['adsdata.tasks']
CELERY_BROKER = 'pyamqp://guest:guest@localhost:5682/data_pipeline'
OUTPUT_CELERY_BROKER = 'pyamqp://guest:guest@localhost:5682/master_pipeline'
OUTPUT_TASKNAME = 'adsmp.tasks.task_update_record'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
adsputils==v1.2.4
adsputils==v1.2.7
alembic==0.9.1
psycopg2==2.8.3

0 comments on commit 9db7ac9

Please sign in to comment.