mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 17:31:38 -05:00
14 lines
220 B
YAML
14 lines
220 B
YAML
sudo: required
|
|
|
|
language: python
|
|
|
|
python:
|
|
- "3.6"
|
|
|
|
install:
|
|
- yes '' | sudo add-apt-repository ppa:kelleyk/emacs
|
|
# - sudo apt update && sudo apt install emacs26
|
|
|
|
script:
|
|
- command -v docker
|
|
- command -v pytest
|