mirror of
https://github.com/cve-search/pyvariot.git
synced 2024-11-23 15:27:22 +00:00
15 lines
181 B
YAML
15 lines
181 B
YAML
|
version: 2
|
||
|
build:
|
||
|
os: "ubuntu-22.04"
|
||
|
tools:
|
||
|
python: "3"
|
||
|
|
||
|
python:
|
||
|
install:
|
||
|
- method: pip
|
||
|
path: .
|
||
|
extra_requirements:
|
||
|
- docs
|
||
|
|
||
|
formats: all
|