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

14 lines
231 B
YAML

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