10 lines
136 B
YAML
10 lines
136 B
YAML
|
version: 2
|
||
|
|
||
|
python:
|
||
|
version: 3.6
|
||
|
install:
|
||
|
- method: pip
|
||
|
path: .
|
||
|
- method: setuptools
|
||
|
system_packages: true
|