mirror of
https://github.com/vale981/melpazoid
synced 2025-03-06 01:41:38 -05:00
10 lines
163 B
YAML
10 lines
163 B
YAML
os: linux
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
|
|
env:
|
|
install:
|
|
- pip install .
|
|
script:
|
|
- EXIST_OK=true MELPA_PR_URL=https://github.com/melpa/melpa/pull/4749 make
|