mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 09:21:39 -05:00
15 lines
240 B
YAML
15 lines
240 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:
|
|
- pip install requests
|
|
|
|
script:
|
|
- make pytest run
|