mirror of
https://github.com/vale981/melpazoid
synced 2025-03-06 01:41:38 -05:00
15 lines
220 B
YAML
15 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
|