melpazoid/.travis.yml
2020-03-16 21:57:34 -07:00

26 lines
816 B
YAML

os: linux
language: python
python:
- "3.6"
env:
# If you already have a pull request open, specify as below:
- MELPA_PR_URL=https://github.com/melpa/melpa/pull/4749
# Or test a recipe before you even open a MELPA pull request:
- >-
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
- >-
MELPA_PR_URL=https://github.com/melpa/melpa/pull/3041
EXPECT_ERROR=2
- >-
RECIPE='(kanban :fetcher hg :url "https://hg.sr.ht/~arnebab/kanban.el")'
EXPECT_ERROR=2
install:
- pip install .
- pip install mypy
- pytest --doctest-modules
- mypy --ignore-missing-imports .
script:
- python melpazoid/melpazoid.py