9 lines
119 B
YAML
9 lines
119 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
install:
|
|
- pip install pipenv
|
|
- pipenv install
|
|
script:
|
|
- python setup.py test
|