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
|
|
|
env:
|
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-03-15 23:05:08 -07:00
|
|
|
# Or test a recipe before you even open a MELPA pull request:
|
2020-02-29 19:04:30 -08:00
|
|
|
- >-
|
|
|
|
RECIPE='(magit :fetcher github :repo "magit/magit" :files ("lisp/magit" "lisp/magit*.el" "lisp/git-rebase.el" "Documentation/magit.texi" "Documentation/AUTHORS.md" "LICENSE" (:exclude "lisp/magit-libgit.el")))'
|
|
|
|
EXPECT_ERROR=2
|
2020-02-29 10:33:07 -08:00
|
|
|
- >-
|
2020-03-15 23:05:08 -07:00
|
|
|
MELPA_PR_URL=https://github.com/melpa/melpa/pull/3041
|
2020-02-29 10:33:07 -08:00
|
|
|
EXPECT_ERROR=2
|
2020-03-01 17:26:32 -08:00
|
|
|
- >-
|
|
|
|
RECIPE='(kanban :fetcher hg :url "https://hg.sr.ht/~arnebab/kanban.el")'
|
|
|
|
EXPECT_ERROR=2
|
2020-02-22 10:14:53 -08:00
|
|
|
install:
|
2020-03-01 16:59:01 -08:00
|
|
|
- pip install .
|
|
|
|
- pip install mypy
|
2020-02-22 17:18:00 -08:00
|
|
|
- pytest --doctest-modules
|
2020-03-01 16:59:01 -08:00
|
|
|
- mypy --ignore-missing-imports .
|
2020-02-22 10:14:53 -08:00
|
|
|
|
|
|
|
script:
|
2020-03-01 16:59:01 -08:00
|
|
|
- python melpazoid/melpazoid.py
|