melpazoid/.travis.yml

21 lines
454 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"
# Test a recipe before you even open a MELPA pull request:
2020-02-22 15:17:25 -08:00
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
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