2020-02-22 15:17:25 -08:00
|
|
|
os: linux
|
2020-02-22 10:14:53 -08:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.6"
|
|
|
|
|
2020-02-23 22:28:43 -08:00
|
|
|
# TODO: make it unnecessary to specify both CLONE_URL and RECIPE
|
|
|
|
env:
|
2020-02-22 17:18:00 -08:00
|
|
|
# Test a recipe before you even open a MELPA pull request:
|
2020-02-23 22:28:43 -08:00
|
|
|
- >-
|
|
|
|
CLONE_URL='https://github.com/riscy/shx-for-emacs'
|
|
|
|
RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)'
|
|
|
|
- >-
|
|
|
|
CLONE_URL='https://github.com/riscy/bifocal-mode'
|
|
|
|
RECIPE='(bifocal :repo "riscy/bifocal-mode" :fetcher github)'
|
2020-02-23 10:32:05 -08:00
|
|
|
# If you already have a pull request open, specify as below:
|
2020-02-26 22:50:37 -08:00
|
|
|
- MELPA_PR_URL=https://github.com/melpa/melpa/pull/4749
|
2020-02-26 23:49:13 -08:00
|
|
|
- >-
|
|
|
|
MELPA_PR_URL=https://github.com/melpa/melpa/pull/5004
|
|
|
|
NO_ERROR=1
|
|
|
|
- >-
|
|
|
|
MELPA_PR_URL=https://github.com/melpa/melpa/pull/5050
|
|
|
|
NO_ERROR=1
|
2020-02-22 10:55:17 -08:00
|
|
|
|
2020-02-22 10:14:53 -08:00
|
|
|
install:
|
2020-02-22 10:57:27 -08:00
|
|
|
- pip install requests
|
2020-02-22 17:18:00 -08:00
|
|
|
- pytest --doctest-modules
|
2020-02-22 10:14:53 -08:00
|
|
|
|
|
|
|
script:
|
2020-02-22 15:17:46 -08:00
|
|
|
- python melpazoid.py
|