Skip to content

Commit

Permalink
Configure Travis CI to install dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Sep 22, 2018
1 parent 8aa43e1 commit 6d92670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- pip install --quiet coverage flake8 pyyaml

install:
- echo "No install steps configured"
- pip install -r requirements-dev.txt

script:
- make test
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ The test suite in `test/test.py` runs Chalice in local mode for unit testing. Yo

## Managing the Lambda IAM role and assume role policy
TODO

[![Build Status](https://travis-ci.com/chanzuckerberg/chalice-app-template.svg?token=iPJHxi7MxMYqJkBxfGCC&branch=master)](https://travis-ci.com/chanzuckerberg/chalice-app-template)

0 comments on commit 6d92670

Please sign in to comment.