From 99e5f606852b37219e4e2739f4af471c92b9d34d Mon Sep 17 00:00:00 2001 From: Joshua Balloch Date: Sun, 4 Mar 2018 19:18:24 +0000 Subject: [PATCH] Try adding serverless/deploy command to travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d61bc88..67d6dfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,7 @@ install: - pip install pip-tools - pip-compile --output-file ~/requirements-dev.txt requirements/requirements-dev.in - pip install -r ~/requirements-dev.txt -script: pytest test_handler.py + - npm install -g serverless +script: + - pytest test_handler.py + - serverless deploy --stage staging