uncompiled/chalice-transmogrify

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python
python:
  - "3.7"
# command to install dependencies
install:
  - pip install pipenv pytest
  - pipenv install
# command to run tests
script:
  - pytest