mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 17:31:38 -05:00
fix build
This commit is contained in:
parent
eda146da6f
commit
02714f83ac
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CLONE_ADDRESS='https://github.com/riscy/shx-for-emacs'
|
- CLONE_ADDRESS='https://github.com/riscy/shx-for-emacs' RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)'
|
||||||
- RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)'
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- yes '' | sudo add-apt-repository ppa:kelleyk/emacs
|
- yes '' | sudo add-apt-repository ppa:kelleyk/emacs
|
||||||
- sudo apt update && sudo apt install emacs26
|
- sudo apt update && sudo apt install emacs26
|
||||||
|
- pip install requests
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pytest --doctest-modules melpazoid.py || true
|
- pytest --doctest-modules melpazoid.py || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue