mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 17:31:38 -05:00
18 lines
376 B
YAML
18 lines
376 B
YAML
sudo: required
|
|
|
|
language: python
|
|
|
|
python:
|
|
- "3.6"
|
|
|
|
env:
|
|
- CLONE_ADDRESS='https://github.com/riscy/shx-for-emacs'
|
|
- RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)'
|
|
|
|
install:
|
|
- yes '' | sudo add-apt-repository ppa:kelleyk/emacs
|
|
- sudo apt update && sudo apt install emacs26
|
|
|
|
script:
|
|
- pytest --doctest-modules melpazoid.py || true
|
|
- python melpazoid.py
|