mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 17:31:38 -05:00
20 lines
454 B
YAML
20 lines
454 B
YAML
os: linux
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
|
|
# Test a recipe before you even open a MELPA pull request:
|
|
env: >-
|
|
CLONE_URL='https://github.com/riscy/shx-for-emacs'
|
|
RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)'
|
|
|
|
# If you already have a pull request open, specify as below:
|
|
# env: >-
|
|
# MELPA_PR_URL=https://github.com/melpa/melpa/pull/6713
|
|
|
|
install:
|
|
- pip install requests
|
|
- pytest --doctest-modules
|
|
|
|
script:
|
|
- python melpazoid.py
|