melpazoid/.travis.yml
2020-02-22 10:49:42 -08:00

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