2020-02-11 20:07:04 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.7"
|
|
|
|
install:
|
|
|
|
- pip install pipenv
|
|
|
|
- pipenv install
|
|
|
|
script:
|
2020-02-11 20:21:05 +00:00
|
|
|
- python -m pytest
|
2020-04-18 21:39:44 +00:00
|
|
|
# notifications:
|
|
|
|
# slack: ebookfoundation:3EcyqGBHFO2m96XTIlfe4AeF
|