AlanSwenson / amz-review-scraper

This project scrapes Amazon listings for recent reviews of specified products (ASIN) and stores them in a Postgres DB, example running below
https://peachtools.com
3 stars 1 forks source link

add CI for zappa to travis #49

Open AlanSwenson opened 5 years ago

AlanSwenson commented 5 years ago

language: python python: '2.7' script: echo "all tests passing" after_success: - pip install -r requirements.txt - zappa update dev

AlanSwenson commented 5 years ago

https://blog.zappa.io/posts/continuous-zappa-deployments-with-travis