mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-21 15:00:57 +00:00
13 lines
221 B
YAML
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"
|