6 lines
80 B
YAML
6 lines
80 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
install:
|
|
- pip install -r requirements.txt
|