melpazoid/.travis.yml

26 lines
759 B
YAML
Raw Normal View History

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:
# 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)'
# 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
- MELPA_PR_URL=https://github.com/melpa/melpa/pull/5004
- MELPA_PR_URL=https://github.com/melpa/melpa/pull/5050
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
- pytest --doctest-modules
2020-02-22 10:14:53 -08:00
script:
2020-02-22 15:17:46 -08:00
- python melpazoid.py