Skip to content

Commit

Permalink
Add Zappa to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhelton authored Oct 2, 2020
1 parent 657a310 commit a7c93c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
- pip install codecov
install:
- pip install -r requirements.txt
- pip install zappa

stages:
- name: Dev
Expand All @@ -31,4 +32,4 @@ jobs:
- stage: Prod
script:
- pytest
- zappa update -s zappa_settings.json prod
- zappa update -s zappa_settings.json prod

0 comments on commit a7c93c4

Please sign in to comment.