Files
responder/.travis.yml
T
2018-10-12 08:13:35 -04:00

13 lines
221 B
YAML

language: python
python:
- "3.6"
# command to install dependencies
install:
- "pip install pipenv --upgrade-strategy=only-if-needed"
- "pipenv install --dev"
# command to run the dependencies
script:
- "pytest"