7 lines
108 B
YAML
7 lines
108 B
YAML
|
language: python
|
||
|
python: 3.6
|
||
|
install:
|
||
|
- pip install -r config/requirements.txt
|
||
|
script:
|
||
|
- ./run test
|